#21a559

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

Shades of Eucalyptus #21A559

Tints of Eucalyptus #21A559

Color information

#21A559 (or 0x21A559) is unknown color: approx Eucalyptus. HEX triplet: 21, A5 and 59. RGB value is (33,165,89). Sum of RGB (Red+Green+Blue) = 33+165+89=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #21A559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A559 is #DE5AA6. Grayscale: #757575. Windows color (decimal): -14572199 or 5874977. OLE color: 5874977.

HSL color Cylindrical-coordinate representation of color #21A559: hue angle of 145.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A559 is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB3316589-
CMYK0.800.460.35
HSL145.45º66.67%38.82%-
HSV(B)145.45º80%64.71%-
XYZ15.8927.9514.01-
YUV116.87112.2768.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=11.50%
G=57.49%
B=31.01%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33165890.800.460.35145.4566.6738.82
Hex21A5595002E23914327
Octal412451311200564322110347
Binary10000110100101101100110100000101110100011100100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,165,89); }

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

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

 a { background-color: rgb(33,165,89); }

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

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

 span { border-color: rgb(33,165,89); }

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