Html Css Color HEX #20995A Eucalyptus

📋 copy color: '#20995A'

red 32 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #20995A

Tints of Eucalyptus #20995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.64%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 11.64%
G = 55.64%
B = 32.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#20995A (or 0x20995A) is known color: Eucalyptus. HEX triplet: 20, 99 and 5A. RGB value is (32,153,90). Sum of RGB (Red+Green+Blue) = 32+153+90=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #20995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20995A is #DF66A5. Grayscale: #6D6D6D. Windows color (decimal): -14640806 or 5937440. OLE color: 5937440.

HSL color Cylindrical-coordinate representation of color #20995A: hue angle of 148.76º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20995A is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 153 90 -
CMYK 0.79 0 0.41 0.4
HSL 148.76º 0.65% 0.36% -
HSV(B) 148.76º 0.79% 0.6% -
XYZ 13.83 23.83 13.54 -
YUV 109.64 116.91 72.62 -
System Red Green Blue C M Y K H S L
Decimal 32 153 90 0.79 0 0.41 0.4 148.76 0.65 0.36
Hex 20 99 5A 4F 0 29 28 95 41 24
Octal 40 231 132 117 0 51 50 225 101 44
Binary 100000 10011001 1011010 1001111 0 101001 101000 10010101 1000001 100100

Color Harmonies of #20995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20995A

Black with #20995A

Text Example


Text Example

White with #20995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20995A; }

 p { color: rgb(32,153,90); }

 H1.HeaderClassName
 {
   color: #20995A;
 }
 .AnyTagClassName
 {
   color: #20995A;
 }
</style>

background-color css

<style>
 a { background-color: #20995A; }

 a { background-color: rgb(32,153,90); }

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

border-color css

<style>
 span { border-color: #20995A; }

 span { border-color: rgb(32,153,90); }

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