Html Css Color HEX #20AF60 Eucalyptus

📋 copy color: '#20AF60'

red 32 ◦ green 175 ◦ blue 96

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

Shades of Eucalyptus #20AF60

Tints of Eucalyptus #20AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.76%

 BLUE value IS 96 (37.89% from 255) = 31.68%

R = 10.56%
G = 57.76%
B = 31.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#20AF60 (or 0x20AF60) is known color: Eucalyptus. HEX triplet: 20, AF and 60. RGB value is (32,175,96). Sum of RGB (Red+Green+Blue) = 32+175+96=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF60 is #DF509F. Grayscale: #7B7B7B. Windows color (decimal): -14635168 or 6336288. OLE color: 6336288.

HSL color Cylindrical-coordinate representation of color #20AF60: hue angle of 146.85º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF60 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 96 -
CMYK 0.82 0 0.45 0.31
HSL 146.85º 0.69% 0.41% -
HSV(B) 146.85º 0.82% 0.69% -
XYZ 18.04 31.81 16.26 -
YUV 123.24 112.62 62.92 -
System Red Green Blue C M Y K H S L
Decimal 32 175 96 0.82 0 0.45 0.31 146.85 0.69 0.41
Hex 20 AF 60 52 0 2D 1F 93 45 29
Octal 40 257 140 122 0 55 37 223 105 51
Binary 100000 10101111 1100000 1010010 0 101101 11111 10010011 1000101 101001

Color Harmonies of #20AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF60

Black with #20AF60

Text Example


Text Example

White with #20AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,175,96); }

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

background-color css

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

 a { background-color: rgb(32,175,96); }

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

border-color css

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

 span { border-color: rgb(32,175,96); }

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