#21AA5C

Color #21AA5C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21AA5C

Tints of Eucalyptus #21AA5C

Color information

#21AA5C (or 0x21AA5C) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 5C. RGB value is (33,170,92). Sum of RGB (Red+Green+Blue) = 33+170+92=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA5C is #DE55A3. Grayscale: #787878. Windows color (decimal): -14570916 or 6072865. OLE color: 6072865.

HSL color Cylindrical-coordinate representation of color #21AA5C: hue angle of 145.84º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA5C is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB3317092-
CMYK0.8100.460.33
HSL145.84º67.49%39.8%-
HSV(B)145.84º80.59%66.67%-
XYZ16.9329.8514.99-
YUV120.14112.1165.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=11.19%
G=57.63%
B=31.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170920.8100.460.33145.8467.4939.8
Hex21AA5C5102E21924328
Octal412521341210564122210350
Binary10000110101010101110010100010101110100001100100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AA5C; }

 p { color: rgb(33,170,92); }

 H1.HeaderClassName
 {
   color: #21AA5C;
 }
 .AnyTagClassName
 {
   color: #21AA5C;
 }
</style>
background-color css

<style>
 a { background-color: #21AA5C; }

 a { background-color: rgb(33,170,92); }

 div.DivClassName
 {
   background-color: #21AA5C;
 }
 .BgClassName
 {
   background-color: #21AA5C;
 }
</style>
border-color css

<style>
 span { border-color: #21AA5C; }

 span { border-color: rgb(33,170,92); }

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