Html Css Color HEX #20A270 Elf Green

📋 copy color: '#20A270'

red 32 ◦ green 162 ◦ blue 112

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

Shades of Elf Green #20A270

Tints of Elf Green #20A270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.94%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 10.46%
G = 52.94%
B = 36.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#20A270 (or 0x20A270) is known color: Elf Green. HEX triplet: 20, A2 and 70. RGB value is (32,162,112). Sum of RGB (Red+Green+Blue) = 32+162+112=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #20A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A270 is #DF5D8F. Grayscale: #757575. Windows color (decimal): -14638480 or 7381536. OLE color: 7381536.

HSL color Cylindrical-coordinate representation of color #20A270: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A270 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 32 162 112 -
CMYK 0.80 0 0.31 0.36
HSL 156.92º 0.67% 0.38% -
HSV(B) 156.92º 0.8% 0.64% -
XYZ 16.44 27.32 19.74 -
YUV 117.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 32 162 112 0.80 0 0.31 0.36 156.92 0.67 0.38
Hex 20 A2 70 50 0 1F 24 9D 43 26
Octal 40 242 160 120 0 37 44 235 103 46
Binary 100000 10100010 1110000 1010000 0 11111 100100 10011101 1000011 100110

Color Harmonies of #20A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A270

Black with #20A270

Text Example


Text Example

White with #20A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20A270; }

 p { color: rgb(32,162,112); }

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

background-color css

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

 a { background-color: rgb(32,162,112); }

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

border-color css

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

 span { border-color: rgb(32,162,112); }

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