#01A932

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

Shades of Dark Pastel Green #01A932

Tints of Dark Pastel Green #01A932

Color information

#01A932 (or 0x01A932) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A9 and 32. RGB value is (1,169,50). Sum of RGB (Red+Green+Blue) = 1+169+50=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 169 (66.41% from 255 or 76.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 169 - color contains mainly: green. Hex color #01A932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A932 is #FE56CD. Grayscale: #696969. Windows color (decimal): -16668366 or 3320065. OLE color: 3320065.

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

Color convert

RGB116950-
CMYK0.9900.700.34
HSL137.5º98.82%33.33%-
HSV(B)137.5º99.41%66.27%-
XYZ14.7828.617.76-
YUV105.296.8453.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 169 (66.41% from 255) = 76.82%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=0.45%
G=76.82%
B=22.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1169500.9900.700.34137.598.8233.33
Hex1A93263046228a6321
Octal12516214301064221214341
Binary110101001110010110001101000110100010100010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,169,50); }

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

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

 a { background-color: rgb(1,169,50); }

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

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

 span { border-color: rgb(1,169,50); }

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