#01AE21

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

Shades of Dark Pastel Green #01AE21

Tints of Dark Pastel Green #01AE21

Color information

#01AE21 (or 0x01AE21) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AE and 21. RGB value is (1,174,33). Sum of RGB (Red+Green+Blue) = 1+174+33=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 174 (68.36% from 255 or 83.65% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE21 is #FE51DE. Grayscale: #6A6A6A. Windows color (decimal): -16667103 or 2207233. OLE color: 2207233.

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

Color convert

RGB117433-
CMYK0.9900.810.32
HSL131.1º98.86%34.31%-
HSV(B)131.1º99.43%68.24%-
XYZ15.4230.396.49-
YUV106.286.6952.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 174 (68.36% from 255) = 83.65%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=0.48%
G=83.65%
B=15.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1174330.9900.810.32131.198.8634.31
Hex1AE216305120836322
Octal12564114301214020314342
Binary110101110100001110001101010001100000100000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AE21; }

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

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

<style>
 a { background-color: #01AE21; }

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

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

<style>
 span { border-color: #01AE21; }

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

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