Html Css Color HEX #209164 Elf Green

📋 copy color: '#209164'

red 32 ◦ green 145 ◦ blue 100

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

Shades of Elf Green #209164

Tints of Elf Green #209164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 11.55%
G = 52.35%
B = 36.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#209164 (or 0x209164) is known color: Elf Green. HEX triplet: 20, 91 and 64. RGB value is (32,145,100). Sum of RGB (Red+Green+Blue) = 32+145+100=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #209164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209164 is #DF6E9B. Grayscale: #6A6A6A. Windows color (decimal): -14642844 or 6590752. OLE color: 6590752.

HSL color Cylindrical-coordinate representation of color #209164: hue angle of 156.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209164 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 145 100 -
CMYK 0.78 0 0.31 0.43
HSL 156.11º 0.64% 0.35% -
HSV(B) 156.11º 0.78% 0.57% -
XYZ 13.02 21.48 15.52 -
YUV 106.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 32 145 100 0.78 0 0.31 0.43 156.11 0.64 0.35
Hex 20 91 64 4E 0 1F 2B 9C 40 23
Octal 40 221 144 116 0 37 53 234 100 43
Binary 100000 10010001 1100100 1001110 0 11111 101011 10011100 1000000 100011

Color Harmonies of #209164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209164

Black with #209164

Text Example


Text Example

White with #209164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209164; }

 p { color: rgb(32,145,100); }

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

background-color css

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

 a { background-color: rgb(32,145,100); }

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

border-color css

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

 span { border-color: rgb(32,145,100); }

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