Html Css Color HEX #20A271 Elf Green

📋 copy color: '#20A271'

red 32 ◦ green 162 ◦ blue 113

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

Shades of Elf Green #20A271

Tints of Elf Green #20A271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 10.42%
G = 52.77%
B = 36.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#20A271 (or 0x20A271) is known color: Elf Green. HEX triplet: 20, A2 and 71. RGB value is (32,162,113). Sum of RGB (Red+Green+Blue) = 32+162+113=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #20A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A271 is #DF5D8E. Grayscale: #757575. Windows color (decimal): -14638479 or 7447072. OLE color: 7447072.

HSL color Cylindrical-coordinate representation of color #20A271: hue angle of 157.38º 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 #20A271 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 32 162 113 -
CMYK 0.80 0 0.30 0.36
HSL 157.38º 0.67% 0.38% -
HSV(B) 157.38º 0.8% 0.64% -
XYZ 16.5 27.34 20.03 -
YUV 117.54 125.43 66.98 -
System Red Green Blue C M Y K H S L
Decimal 32 162 113 0.80 0 0.30 0.36 157.38 0.67 0.38
Hex 20 A2 71 50 0 1E 24 9D 43 26
Octal 40 242 161 120 0 36 44 235 103 46
Binary 100000 10100010 1110001 1010000 0 11110 100100 10011101 1000011 100110

Color Harmonies of #20A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A271

Black with #20A271

Text Example


Text Example

White with #20A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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