#21AA4D

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

Shades of Eucalyptus #21AA4D

Tints of Eucalyptus #21AA4D

Color information

#21AA4D (or 0x21AA4D) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 4D. RGB value is (33,170,77). Sum of RGB (Red+Green+Blue) = 33+170+77=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA4D is #DE55B2. Grayscale: #767676. Windows color (decimal): -14570931 or 5089825. OLE color: 5089825.

HSL color Cylindrical-coordinate representation of color #21AA4D: hue angle of 139.27º 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 #21AA4D is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB3317077-
CMYK0.8100.550.33
HSL139.27º67.49%39.8%-
HSV(B)139.27º80.59%66.67%-
XYZ16.3429.6111.87-
YUV118.44104.6167.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=11.79%
G=60.71%
B=27.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170770.8100.550.33139.2767.4939.8
Hex21AA4D51037218b4328
Octal412521151210674121310350
Binary10000110101010100110110100010110111100001100010111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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