#21AA56

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

Shades of Eucalyptus #21AA56

Tints of Eucalyptus #21AA56

Color information

#21AA56 (or 0x21AA56) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 56. RGB value is (33,170,86). Sum of RGB (Red+Green+Blue) = 33+170+86=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA56 is #DE55A9. Grayscale: #777777. Windows color (decimal): -14570922 or 5679649. OLE color: 5679649.

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

Color convert

RGB3317086-
CMYK0.8100.490.33
HSL143.21º67.49%39.8%-
HSV(B)143.21º80.59%66.67%-
XYZ16.6829.7413.67-
YUV119.46109.1166.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=11.42%
G=58.82%
B=29.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170860.8100.490.33143.2167.4939.8
Hex21AA5651031218f4328
Octal412521261210614121710350
Binary10000110101010101011010100010110001100001100011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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