#209066

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

Shades of Elf Green #209066

Tints of Elf Green #209066

Color information

#209066 (or 0x209066) is unknown color: approx Elf Green. HEX triplet: 20, 90 and 66. RGB value is (32,144,102). Sum of RGB (Red+Green+Blue) = 32+144+102=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #209066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209066 is #DF6F99. Grayscale: #696969. Windows color (decimal): -14643098 or 6721568. OLE color: 6721568.

HSL color Cylindrical-coordinate representation of color #209066: hue angle of 157.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209066 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB32144102-
CMYK0.7800.290.44
HSL157.5º63.64%34.51%-
HSV(B)157.5º77.78%56.47%-
XYZ12.9721.2115.98-
YUV105.72125.8975.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.51%
GREEN value IS 144 (56.64% from 255) = 51.80%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=11.51%
G=51.80%
B=36.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321441020.7800.290.44157.563.6434.51
Hex2090664E01D2C9e4023
Octal402201461160355423610043
Binary1000001001000011001101001110011101101100100111101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209066; }

 p { color: rgb(32,144,102); }

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

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

 a { background-color: rgb(32,144,102); }

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

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

 span { border-color: rgb(32,144,102); }

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