#21a54c

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

Shades of Eucalyptus #21A54C

Tints of Eucalyptus #21A54C

Color information

#21A54C (or 0x21A54C) is unknown color: approx Eucalyptus. HEX triplet: 21, A5 and 4C. RGB value is (33,165,76). Sum of RGB (Red+Green+Blue) = 33+165+76=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #21A54C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A54C is #DE5AB3. Grayscale: #737373. Windows color (decimal): -14572212 or 5023009. OLE color: 5023009.

HSL color Cylindrical-coordinate representation of color #21A54C: hue angle of 139.55º 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 #21A54C is Cyan = 0.8, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB3316576-
CMYK0.800.540.35
HSL139.55º66.67%38.82%-
HSV(B)139.55º80%64.71%-
XYZ15.3927.7611.38-
YUV115.39105.7769.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 165 (64.84% from 255) = 60.22%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=12.04%
G=60.22%
B=27.74%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33165760.800.540.35139.5566.6738.82
Hex21A54C50036238c4327
Octal412451141200664321410347
Binary10000110100101100110010100000110110100011100011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a54c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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