#21A858

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

Shades of Eucalyptus #21A858

Tints of Eucalyptus #21A858

Color information

#21A858 (or 0x21A858) is unknown color: approx Eucalyptus. HEX triplet: 21, A8 and 58. RGB value is (33,168,88). Sum of RGB (Red+Green+Blue) = 33+168+88=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #21A858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A858 is #DE57A7. Grayscale: #767676. Windows color (decimal): -14571432 or 5810209. OLE color: 5810209.

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

Color convert

RGB3316888-
CMYK0.8000.480.34
HSL144.44º67.16%39.41%-
HSV(B)144.44º80.36%65.88%-
XYZ16.3929.0313.97-
YUV118.52110.7767-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 168 (66.02% from 255) = 58.13%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=11.42%
G=58.13%
B=30.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal33168880.8000.480.34144.4467.1639.41
Hex21A8585003022904327
Octal412501301200604222010347
Binary10000110101000101100010100000110000100010100100001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,168,88); }

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

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

 a { background-color: rgb(33,168,88); }

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

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

 span { border-color: rgb(33,168,88); }

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