#01A924

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

Shades of Dark Pastel Green #01A924

Tints of Dark Pastel Green #01A924

Color information

#01A924 (or 0x01A924) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A9 and 24. RGB value is (1,169,36). Sum of RGB (Red+Green+Blue) = 1+169+36=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 169 (66.41% from 255 or 82.04% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 169 - color contains mainly: green. Hex color #01A924 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A924 is #FE56DB. Grayscale: #676767. Windows color (decimal): -16668380 or 2402561. OLE color: 2402561.

HSL color Cylindrical-coordinate representation of color #01A924: hue angle of 132.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 #01A924 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB116936-
CMYK0.9900.790.34
HSL132.5º98.82%33.33%-
HSV(B)132.5º99.41%66.27%-
XYZ14.5228.516.41-
YUV103.6189.8454.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 169 (66.41% from 255) = 82.04%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=0.49%
G=82.04%
B=17.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1169360.9900.790.34132.598.8233.33
Hex1A9246304F22846321
Octal12514414301174220414341
Binary110101001100100110001101001111100010100001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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