#209A6F

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

Shades of Elf Green #209A6F

Tints of Elf Green #209A6F

Color information

#209A6F (or 0x209A6F) is unknown color: approx Elf Green. HEX triplet: 20, 9A and 6F. RGB value is (32,154,111). Sum of RGB (Red+Green+Blue) = 32+154+111=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #209A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209A6F is #DF6590. Grayscale: #707070. Windows color (decimal): -14640529 or 7313952. OLE color: 7313952.

HSL color Cylindrical-coordinate representation of color #209A6F: hue angle of 158.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209A6F is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB32154111-
CMYK0.7900.280.40
HSL158.85º65.59%36.47%-
HSV(B)158.85º79.22%60.39%-
XYZ15.0224.5718.99-
YUV112.62127.0870.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.77%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=10.77%
G=51.85%
B=37.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321541110.7900.280.40158.8565.5936.47
Hex209A6F4F01C289f4224
Octal402321571170345023710244
Binary1000001001101011011111001111011100101000100111111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209A6F; }

 p { color: rgb(32,154,111); }

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

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

 a { background-color: rgb(32,154,111); }

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

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

 span { border-color: rgb(32,154,111); }

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