#208A66

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

Shades of Elf Green #208A66

Tints of Elf Green #208A66

Color information

#208A66 (or 0x208A66) is unknown color: approx Elf Green. HEX triplet: 20, 8A and 66. RGB value is (32,138,102). Sum of RGB (Red+Green+Blue) = 32+138+102=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #208A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A66 is #DF7599. Grayscale: #666666. Windows color (decimal): -14644634 or 6720032. OLE color: 6720032.

HSL color Cylindrical-coordinate representation of color #208A66: hue angle of 159.62º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A66 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB32138102-
CMYK0.7700.260.46
HSL159.62º62.35%33.33%-
HSV(B)159.62º76.81%54.12%-
XYZ12.0819.4415.69-
YUV102.2127.8877.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=11.76%
G=50.74%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321381020.7700.260.46159.6262.3533.33
Hex208A664D01A2Ea03e21
Octal40212146115032562407641
Binary100000100010101100110100110101101010111010100000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208A66; }

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

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

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

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

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

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

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

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