#01AA31

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

Shades of Dark Pastel Green #01AA31

Tints of Dark Pastel Green #01AA31

Color information

#01AA31 (or 0x01AA31) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AA and 31. RGB value is (1,170,49). Sum of RGB (Red+Green+Blue) = 1+170+49=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AA31 is #FE55CE. Grayscale: #696969. Windows color (decimal): -16668111 or 3254785. OLE color: 3254785.

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

Color convert

RGB117049-
CMYK0.9900.710.33
HSL137.04º98.83%33.53%-
HSV(B)137.04º99.41%66.67%-
XYZ14.9428.987.71-
YUV105.6896.0153.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 170 (66.80% from 255) = 77.27%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=0.45%
G=77.27%
B=22.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1170490.9900.710.33137.0498.8333.53
Hex1AA316304721896322
Octal12526114301074121114342
Binary110101010110001110001101000111100001100010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,170,49); }

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

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

 a { background-color: rgb(1,170,49); }

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

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

 span { border-color: rgb(1,170,49); }

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