#21aa6a

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

Shades of Eucalyptus #21AA6A

Tints of Eucalyptus #21AA6A

Color information

#21AA6A (or 0x21AA6A) is unknown color: approx Eucalyptus. HEX triplet: 21, AA and 6A. RGB value is (33,170,106). Sum of RGB (Red+Green+Blue) = 33+170+106=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA6A is #DE5595. Grayscale: #797979. Windows color (decimal): -14570902 or 6990369. OLE color: 6990369.

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

Color convert

RGB33170106-
CMYK0.8100.380.33
HSL151.97º67.49%39.8%-
HSV(B)151.97º80.59%66.67%-
XYZ17.630.1118.52-
YUV121.74119.1164.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=10.68%
G=55.02%
B=34.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331701060.8100.380.33151.9767.4939.8
Hex21AA6A5102621984328
Octal412521521210464123010350
Binary10000110101010110101010100010100110100001100110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aa6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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