#21A255

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

Shades of Eucalyptus #21A255

Tints of Eucalyptus #21A255

Color information

#21A255 (or 0x21A255) is unknown color: approx Eucalyptus. HEX triplet: 21, A2 and 55. RGB value is (33,162,85). Sum of RGB (Red+Green+Blue) = 33+162+85=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #21A255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A255 is #DE5DAA. Grayscale: #727272. Windows color (decimal): -14572971 or 5612065. OLE color: 5612065.

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

Color convert

RGB3316285-
CMYK0.8000.480.36
HSL144.19º66.15%38.24%-
HSV(B)144.19º79.63%63.53%-
XYZ15.1926.8212.97-
YUV114.65111.2669.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=11.79%
G=57.86%
B=30.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162850.8000.480.36144.1966.1538.24
Hex21A2555003024904226
Octal412421251200604422010246
Binary10000110100010101010110100000110000100100100100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,85); }

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

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

 a { background-color: rgb(33,162,85); }

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

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

 span { border-color: rgb(33,162,85); }

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