Html Css Color HEX #20A74A Eucalyptus

📋 copy color: '#20A74A'

red 32 ◦ green 167 ◦ blue 74

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

Shades of Eucalyptus #20A74A

Tints of Eucalyptus #20A74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 61.17%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 11.72%
G = 61.17%
B = 27.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#20A74A (or 0x20A74A) is known color: Eucalyptus. HEX triplet: 20, A7 and 4A. RGB value is (32,167,74). Sum of RGB (Red+Green+Blue) = 32+167+74=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 167 (65.62% from 255 or 61.17% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 167 - color contains mainly: green. Hex color #20A74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A74A is #DF58B5. Grayscale: #747474. Windows color (decimal): -14637238 or 4892448. OLE color: 4892448.

HSL color Cylindrical-coordinate representation of color #20A74A: hue angle of 138.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A74A is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 167 74 -
CMYK 0.81 0 0.56 0.35
HSL 138.67º 0.68% 0.39% -
HSV(B) 138.67º 0.81% 0.65% -
XYZ 15.65 28.44 11.14 -
YUV 116.03 104.27 68.06 -
System Red Green Blue C M Y K H S L
Decimal 32 167 74 0.81 0 0.56 0.35 138.67 0.68 0.39
Hex 20 A7 4A 51 0 38 23 8B 44 27
Octal 40 247 112 121 0 70 43 213 104 47
Binary 100000 10100111 1001010 1010001 0 111000 100011 10001011 1000100 100111

Color Harmonies of #20A74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A74A

Black with #20A74A

Text Example


Text Example

White with #20A74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,167,74); }

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

background-color css

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

 a { background-color: rgb(32,167,74); }

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

border-color css

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

 span { border-color: rgb(32,167,74); }

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