#20906F

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

Shades of Elf Green #20906F

Tints of Elf Green #20906F

Color information

#20906F (or 0x20906F) is unknown color: approx Elf Green. HEX triplet: 20, 90 and 6F. RGB value is (32,144,111). Sum of RGB (Red+Green+Blue) = 32+144+111=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #20906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20906F is #DF6F90. Grayscale: #6A6A6A. Windows color (decimal): -14643089 or 7311392. OLE color: 7311392.

HSL color Cylindrical-coordinate representation of color #20906F: hue angle of 162.32º 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 #20906F is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB32144111-
CMYK0.7800.230.44
HSL162.32º63.64%34.51%-
HSV(B)162.32º77.78%56.47%-
XYZ13.4421.418.46-
YUV106.75130.3974.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 144 (56.64% from 255) = 50.17%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=11.15%
G=50.17%
B=38.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321441110.7800.230.44162.3263.6434.51
Hex20906F4E0172Ca24023
Octal402201571160275424210043
Binary1000001001000011011111001110010111101100101000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20906F; }

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

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

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

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

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

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

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

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