#21AE41

Color #21AE41 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21AE41

Tints of Dark Pastel Green #21AE41

Color information

#21AE41 (or 0x21AE41) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AE and 41. RGB value is (33,174,65). Sum of RGB (Red+Green+Blue) = 33+174+65=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AE41 is #DE51BE. Grayscale: #777777. Windows color (decimal): -14569919 or 4304417. OLE color: 4304417.

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

Color convert

RGB3317465-
CMYK0.8100.630.32
HSL133.62º68.12%40.59%-
HSV(B)133.62º81.03%68.24%-
XYZ16.7230.9810.1-
YUV119.4297.2966.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 174 (68.36% from 255) = 63.97%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=12.13%
G=63.97%
B=23.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33174650.8100.630.32133.6268.1240.59
Hex21AE415103F20864429
Octal412561011210774020610451
Binary10000110101110100000110100010111111100000100001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,174,65); }

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

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

 a { background-color: rgb(33,174,65); }

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

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

 span { border-color: rgb(33,174,65); }

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