Html Css Color HEX #209463 Elf Green

📋 copy color: '#209463'

red 32 ◦ green 148 ◦ blue 99

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

Shades of Elf Green #209463

Tints of Elf Green #209463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.05%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 11.47%
G = 53.05%
B = 35.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#209463 (or 0x209463) is known color: Elf Green. HEX triplet: 20, 94 and 63. RGB value is (32,148,99). Sum of RGB (Red+Green+Blue) = 32+148+99=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #209463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209463 is #DF6B9C. Grayscale: #6B6B6B. Windows color (decimal): -14642077 or 6525984. OLE color: 6525984.

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

Color convert

RGB 32 148 99 -
CMYK 0.78 0 0.33 0.42
HSL 154.66º 0.64% 0.35% -
HSV(B) 154.66º 0.78% 0.58% -
XYZ 13.44 22.39 15.42 -
YUV 107.73 123.07 73.98 -
System Red Green Blue C M Y K H S L
Decimal 32 148 99 0.78 0 0.33 0.42 154.66 0.64 0.35
Hex 20 94 63 4E 0 21 2A 9B 40 23
Octal 40 224 143 116 0 41 52 233 100 43
Binary 100000 10010100 1100011 1001110 0 100001 101010 10011011 1000000 100011

Color Harmonies of #209463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209463

Black with #209463

Text Example


Text Example

White with #209463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209463; }

 p { color: rgb(32,148,99); }

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

background-color css

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

 a { background-color: rgb(32,148,99); }

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

border-color css

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

 span { border-color: rgb(32,148,99); }

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