#209A7E

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

Shades of Jungle Green #209A7E

Tints of Jungle Green #209A7E

Color information

#209A7E (or 0x209A7E) is unknown color: approx Jungle Green. HEX triplet: 20, 9A and 7E. RGB value is (32,154,126). Sum of RGB (Red+Green+Blue) = 32+154+126=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #209A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209A7E is #DF6581. Grayscale: #727272. Windows color (decimal): -14640514 or 8296992. OLE color: 8296992.

HSL color Cylindrical-coordinate representation of color #209A7E: hue angle of 166.23º 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 #209A7E is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB32154126-
CMYK0.7900.180.40
HSL166.23º65.59%36.47%-
HSV(B)166.23º79.22%60.39%-
XYZ15.9224.9223.71-
YUV114.33134.5869.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.26%
GREEN value IS 154 (60.55% from 255) = 49.36%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=10.26%
G=49.36%
B=40.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321541260.7900.180.40166.2365.5936.47
Hex209A7E4F01228a64224
Octal402321761170225024610244
Binary1000001001101011111101001111010010101000101001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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