#21AA40

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

Shades of Dark Pastel Green #21AA40

Tints of Dark Pastel Green #21AA40

Color information

#21AA40 (or 0x21AA40) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AA and 40. RGB value is (33,170,64). Sum of RGB (Red+Green+Blue) = 33+170+64=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA40 is #DE55BF. Grayscale: #757575. Windows color (decimal): -14570944 or 4237857. OLE color: 4237857.

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

Color convert

RGB3317064-
CMYK0.8100.620.33
HSL133.58º67.49%39.8%-
HSV(B)133.58º80.59%66.67%-
XYZ15.9329.449.69-
YUV116.9598.1168.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 170 (66.80% from 255) = 63.67%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=12.36%
G=63.67%
B=23.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170640.8100.620.33133.5867.4939.8
Hex21AA405103E21864328
Octal412521001210764120610350
Binary10000110101010100000010100010111110100001100001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,64); }

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

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

 a { background-color: rgb(33,170,64); }

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

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

 span { border-color: rgb(33,170,64); }

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