#21AD5D

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

Shades of Eucalyptus #21AD5D

Tints of Eucalyptus #21AD5D

Color information

#21AD5D (or 0x21AD5D) is unknown color: approx Eucalyptus. HEX triplet: 21, AD and 5D. RGB value is (33,173,93). Sum of RGB (Red+Green+Blue) = 33+173+93=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD5D is #DE52A2. Grayscale: #7A7A7A. Windows color (decimal): -14570147 or 6139169. OLE color: 6139169.

HSL color Cylindrical-coordinate representation of color #21AD5D: hue angle of 145.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD5D is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB3317393-
CMYK0.8100.460.32
HSL145.71º67.96%40.39%-
HSV(B)145.71º80.92%67.84%-
XYZ17.553115.41-
YUV122.02111.6264.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 173 (67.97% from 255) = 57.86%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=11.04%
G=57.86%
B=31.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33173930.8100.460.32145.7167.9640.39
Hex21AD5D5102E20924428
Octal412551351210564022210450
Binary10000110101101101110110100010101110100000100100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,173,93); }

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

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

 a { background-color: rgb(33,173,93); }

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

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

 span { border-color: rgb(33,173,93); }

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