COLOR #13AE06

HEX: #13AE06 RGB: (19,174,6)

Color info

#13AE06 contains mainly green color. Web safe color of #13AE06 is #009900 (or #090).

RGB color model

#13AE06 color RGB value is (19,174,6).

RGB: (19,174,6) (7%, 68%, 2%)

RGB channels and saturation

R 19 of 255 = 7%
G 174 of 255 = 68%
B 6 of 255 = 2%

19
174
6

R + G + B ~ 26%. #13AE06 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 174 + 6 = 199 (100%)
R 19 of 199 ~ 9.55%
G 174 of 199 ~ 87.44%
B 6 of 199 ~ 3.02'%

%87.44

CMYK color model

#13AE06 color CMYK value is (89,0,97,32).

  • cyan value is 89.08%
  • magenta value is 0.00%
  • yellow value is 96.55%
  • key color value is 31.76%

CMYK: (89,0,97,32)
C89M0Y97K32 (89%, 0%, 97%, 32%)
(0.89 / 0.00 / 0.97 / 0.32)

CMYK percentages

%89.08
%0
%96.55
%31.76

Codes

Color #13AE06 in popluar color models

13 AE 06
RGB 19 174 6
HSL 115° 93.33% 35.29%
HSB/HSV 115° 96.55% 68.24%
CMYK 89.08% 0.00% 96.55%
31.76%

Color #13AE06 in popluar number systems.

HEX 13 AE 06
Decimal 19 174 6
Binary 10011 10101110 110
Octal 23 256 6

Shades and tints

Shades of #13AE06

#13AE06
(19,174,6)
#129F06
(18,159,6)
#119006
(17,144,6)
#108106
(16,129,6)
#0F7206
(15,114,6)
#0E6306
(14,99,6)
#0D5406
(13,84,6)
#0C4506
(12,69,6)
#0B3606
(11,54,6)
#0A2706
(10,39,6)
#091806
(9,24,6)
#000000
(0,0,0)

Tints of #13AE06

#13AE06
(19,174,6)
#28B51C
(40,181,28)
#3DBC32
(61,188,50)
#52C348
(82,195,72)
#67CA5E
(103,202,94)
#7CD174
(124,209,116)
#91D88A
(145,216,138)
#A6DFA0
(166,223,160)
#BBE6B6
(187,230,182)
#D0EDCC
(208,237,204)
#E5F4E2
(229,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13AE06 color. Also use rgb(19,174,6) instead hex code.

Text Font Color

.myTextColor { color: #13AE06; }

<p style="color:#13AE06">This sample text font color is #13AE06.</p>

This text font color is #13AE06.

Background Color

.myBgColor { background-color: #13AE06; }

<div style="background-color:#13AE06">Inner text</div>

This div background color is #13AE06.

Border color

.myBorderColor { border: 1px solid #13AE06; }

<div style="border:3px solid #13AE06">Div</div>

This div border color is #13AE06.

Opacity

.myOpacity80 { color: #13AE06; opacity: 0.8; }

<p style="color:#13AE06;opacity:0.8;">80%</p>

Text with #13AE06 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #13AE06;}

<p style="text-shadow: 3px 3px 1px #13AE06">Text here.</p>

This text has shadow with #13AE06 color.


.textShadow {text-shadow: 3px 3px 1px #13AE06', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #13AE06, 5px 5px 20px red">Text here.</p>

This text has shadow with #13AE06 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#13AE06, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#13AE06, Direction=45, Strength=4)">Text</p>

This text has shadow with #13AE06 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #13AE06;
-webkit-box-shadow: 1px 1px 3px 2px #13AE06;
box-shadow: 1px 1px 3px 2px #13AE06;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #13AE06; -webkit-box-shadow: 1px 1px 3px 2px #13AE06; box-shadow:1px 1px 3px 2px #13AE06;">
Div content here
</div>

This div box has shadow with color #13AE06.

Preview

Color preview on black background

This text has color #13AE06 on black background.


Color preview on white background

This text has color #13AE06 on white background.


Black color preview on #13AE06 background

This text has black color on #13AE06 background.


White color preview on #13AE06 background

This text has white color on #13AE06 background.


Related colors

Complementary color

Complementary color for #hex is #EC51F9.


I love getcolorcode.com

Triadic colors

1 #0613AE and #AE0613 with #13AE06 are triadic colors.

2 #06AE13 and #AE1306 with #13AE06 are triadic colors.