#21a84c

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

Shades of Eucalyptus #21A84C

Tints of Eucalyptus #21A84C

Color information

#21A84C (or 0x21A84C) is unknown color: approx Eucalyptus. HEX triplet: 21, A8 and 4C. RGB value is (33,168,76). Sum of RGB (Red+Green+Blue) = 33+168+76=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #21A84C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A84C is #DE57B3. Grayscale: #757575. Windows color (decimal): -14571444 or 5023777. OLE color: 5023777.

HSL color Cylindrical-coordinate representation of color #21A84C: hue angle of 139.11º 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 #21A84C is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB3316876-
CMYK0.8000.550.34
HSL139.11º67.16%39.41%-
HSV(B)139.11º80.36%65.88%-
XYZ15.9328.8511.57-
YUV117.15104.7767.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 168 (66.02% from 255) = 60.65%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=11.91%
G=60.65%
B=27.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal33168760.8000.550.34139.1167.1639.41
Hex21A84C50037228b4327
Octal412501141200674221310347
Binary10000110101000100110010100000110111100010100010111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21a84c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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