Html Css Color HEX #209C5E Eucalyptus

📋 copy color: '#209C5E'

red 32 ◦ green 156 ◦ blue 94

#209C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #209C5E

Tints of Eucalyptus #209C5E

RGB

 RED value IS 32 (12.89% from 255) = 11.35%

 GREEN value IS 156 (61.33% from 255) = 55.32%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 11.35%
G = 55.32%
B = 33.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#209C5E (or 0x209C5E) is known color: Eucalyptus. HEX triplet: 20, 9C and 5E. RGB value is (32,156,94). Sum of RGB (Red+Green+Blue) = 32+156+94=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #209C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C5E is #DF63A1. Grayscale: #6F6F6F. Windows color (decimal): -14640034 or 6200352. OLE color: 6200352.

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

Color convert

RGB 32 156 94 -
CMYK 0.79 0 0.40 0.39
HSL 150º 0.66% 0.37% -
HSV(B) 150º 0.79% 0.61% -
XYZ 14.5 24.89 14.63 -
YUV 111.86 117.92 71.04 -
System Red Green Blue C M Y K H S L
Decimal 32 156 94 0.79 0 0.40 0.39 150 0.66 0.37
Hex 20 9C 5E 4F 0 28 27 96 42 25
Octal 40 234 136 117 0 50 47 226 102 45
Binary 100000 10011100 1011110 1001111 0 101000 100111 10010110 1000010 100101

Color Harmonies of #209C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C5E

Black with #209C5E

Text Example


Text Example

White with #209C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,156,94); }

 H1.HeaderClassName
 {
   color: #209C5E;
 }
 .AnyTagClassName
 {
   color: #209C5E;
 }
</style>

background-color css

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

 a { background-color: rgb(32,156,94); }

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

border-color css

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

 span { border-color: rgb(32,156,94); }

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