Html Css Color HEX #20AF65 Eucalyptus

📋 copy color: '#20AF65'

red 32 ◦ green 175 ◦ blue 101

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

Shades of Eucalyptus #20AF65

Tints of Eucalyptus #20AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 10.39%
G = 56.82%
B = 32.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#20AF65 (or 0x20AF65) is known color: Eucalyptus. HEX triplet: 20, AF and 65. RGB value is (32,175,101). Sum of RGB (Red+Green+Blue) = 32+175+101=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF65 is #DF509A. Grayscale: #7B7B7B. Windows color (decimal): -14635163 or 6663968. OLE color: 6663968.

HSL color Cylindrical-coordinate representation of color #20AF65: hue angle of 148.95º 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 #20AF65 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 101 -
CMYK 0.82 0 0.42 0.31
HSL 148.95º 0.69% 0.41% -
HSV(B) 148.95º 0.82% 0.69% -
XYZ 18.27 31.91 17.51 -
YUV 123.81 115.12 62.52 -
System Red Green Blue C M Y K H S L
Decimal 32 175 101 0.82 0 0.42 0.31 148.95 0.69 0.41
Hex 20 AF 65 52 0 2A 1F 95 45 29
Octal 40 257 145 122 0 52 37 225 105 51
Binary 100000 10101111 1100101 1010010 0 101010 11111 10010101 1000101 101001

Color Harmonies of #20AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF65

Black with #20AF65

Text Example


Text Example

White with #20AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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