COLOR #15AF4E

HEX: #15AF4E RGB: (21,175,78)

Color info

#15AF4E contains mainly green color. Web safe color of #15AF4E is #009966 (or #096).

RGB color model

#15AF4E color RGB value is (21,175,78).

RGB: (21,175,78) (8%, 69%, 31%)

RGB channels and saturation

R 21 of 255 = 8%
G 175 of 255 = 69%
B 78 of 255 = 31%

21
175
78

R + G + B ~ 36%. #15AF4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 175 + 78 = 274 (100%)
R 21 of 274 ~ 7.66%
G 175 of 274 ~ 63.87%
B 78 of 274 ~ 28.47'%

%63.87
%28.47

CMYK color model

#15AF4E color CMYK value is (88,0,55,31).

  • cyan value is 88.00%
  • magenta value is 0.00%
  • yellow value is 55.43%
  • key color value is 31.37%

CMYK: (88,0,55,31)
C88M0Y55K31 (88%, 0%, 55%, 31%)
(0.88 / 0.00 / 0.55 / 0.31)

CMYK percentages

%88
%0
%55.43
%31.37

Codes

Color #15AF4E in popluar color models

15 AF 4E
RGB 21 175 78
HSL 142° 78.57% 38.43%
HSB/HSV 142° 88.00% 68.63%
CMYK 88.00% 0.00% 55.43%
31.37%

Color #15AF4E in popluar number systems.

HEX 15 AF 4E
Decimal 21 175 78
Binary 10101 10101111 1001110
Octal 25 257 116

Shades and tints

Shades of #15AF4E

#15AF4E
(21,175,78)
#14A047
(20,160,71)
#139140
(19,145,64)
#128239
(18,130,57)
#117332
(17,115,50)
#10642B
(16,100,43)
#0F5524
(15,85,36)
#0E461D
(14,70,29)
#0D3716
(13,55,22)
#0C280F
(12,40,15)
#0B1908
(11,25,8)
#000000
(0,0,0)

Tints of #15AF4E

#15AF4E
(21,175,78)
#2AB65E
(42,182,94)
#3FBD6E
(63,189,110)
#54C47E
(84,196,126)
#69CB8E
(105,203,142)
#7ED29E
(126,210,158)
#93D9AE
(147,217,174)
#A8E0BE
(168,224,190)
#BDE7CE
(189,231,206)
#D2EEDE
(210,238,222)
#E7F5EE
(231,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15AF4E color. Also use rgb(21,175,78) instead hex code.

Text Font Color

.myTextColor { color: #15AF4E; }

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

This text font color is #15AF4E.

Background Color

.myBgColor { background-color: #15AF4E; }

<div style="background-color:#15AF4E">Inner text</div>

This div background color is #15AF4E.

Border color

.myBorderColor { border: 1px solid #15AF4E; }

<div style="border:3px solid #15AF4E">Div</div>

This div border color is #15AF4E.

Opacity

.myOpacity80 { color: #15AF4E; opacity: 0.8; }

<p style="color:#15AF4E;opacity:0.8;">80%</p>

Text with #15AF4E 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 #15AF4E;}

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

This text has shadow with #15AF4E color.


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

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

This text has shadow with #15AF4E primary color and red secondary color.


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

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

This text has shadow with #15AF4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15AF4E.

Preview

Color preview on black background

This text has color #15AF4E on black background.


Color preview on white background

This text has color #15AF4E on white background.


Black color preview on #15AF4E background

This text has black color on #15AF4E background.


White color preview on #15AF4E background

This text has white color on #15AF4E background.


Related colors

Complementary color

Complementary color for #hex is #EA50B1.


I love getcolorcode.com

Triadic colors

1 #4E15AF and #AF4E15 with #15AF4E are triadic colors.

2 #4EAF15 and #AF154E with #15AF4E are triadic colors.