#21A96A

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

Shades of Eucalyptus #21A96A

Tints of Eucalyptus #21A96A

Color information

#21A96A (or 0x21A96A) is unknown color: approx Eucalyptus. HEX triplet: 21, A9 and 6A. RGB value is (33,169,106). Sum of RGB (Red+Green+Blue) = 33+169+106=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #21A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A96A is #DE5695. Grayscale: #797979. Windows color (decimal): -14571158 or 6990113. OLE color: 6990113.

HSL color Cylindrical-coordinate representation of color #21A96A: hue angle of 152.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A96A is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB33169106-
CMYK0.8000.370.34
HSL152.21º67.33%39.61%-
HSV(B)152.21º80.47%66.27%-
XYZ17.4229.7418.46-
YUV121.15119.4465.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 169 (66.41% from 255) = 54.87%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=10.71%
G=54.87%
B=34.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331691060.8000.370.34152.2167.3339.61
Hex21A96A5002522984328
Octal412511521200454223010350
Binary10000110101001110101010100000100101100010100110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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