#21A16D

Color #21A16D Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #21A16D

Tints of Elf Green #21A16D

Color information

#21A16D (or 0x21A16D) is unknown color: approx Elf Green. HEX triplet: 21, A1 and 6D. RGB value is (33,161,109). Sum of RGB (Red+Green+Blue) = 33+161+109=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #21A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A16D is #DE5E92. Grayscale: #747474. Windows color (decimal): -14573203 or 7184673. OLE color: 7184673.

HSL color Cylindrical-coordinate representation of color #21A16D: hue angle of 155.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A16D is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB33161109-
CMYK0.8000.320.37
HSL155.62º65.98%38.04%-
HSV(B)155.62º79.5%63.14%-
XYZ16.1326.9218.81-
YUV116.8123.5968.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=10.89%
G=53.14%
B=35.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331611090.8000.320.37155.6265.9838.04
Hex21A16D50020259c4226
Octal412411551200404523410246
Binary10000110100001110110110100000100000100101100111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A16D; }

 p { color: rgb(33,161,109); }

 H1.HeaderClassName
 {
   color: #21A16D;
 }
 .AnyTagClassName
 {
   color: #21A16D;
 }
</style>
background-color css

<style>
 a { background-color: #21A16D; }

 a { background-color: rgb(33,161,109); }

 div.DivClassName
 {
   background-color: #21A16D;
 }
 .BgClassName
 {
   background-color: #21A16D;
 }
</style>
border-color css

<style>
 span { border-color: #21A16D; }

 span { border-color: rgb(33,161,109); }

 td.TdClassName
 {
   border-color: #21A16D;
 }
 .TagClassName
 {
   border-color: #21A16D;
 }
</style>