#01AD39

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

Shades of Dark Pastel Green #01AD39

Tints of Dark Pastel Green #01AD39

Color information

#01AD39 (or 0x01AD39) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AD and 39. RGB value is (1,173,57). Sum of RGB (Red+Green+Blue) = 1+173+57=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD39 is #FE52C6. Grayscale: #6C6C6C. Windows color (decimal): -16667335 or 3779841. OLE color: 3779841.

HSL color Cylindrical-coordinate representation of color #01AD39: hue angle of 139.53º 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 #01AD39 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB117357-
CMYK0.9900.670.32
HSL139.53º98.85%34.12%-
HSV(B)139.53º99.42%67.84%-
XYZ15.6930.198.87-
YUV108.3599.0251.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 173 (67.97% from 255) = 74.89%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=0.43%
G=74.89%
B=24.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1173570.9900.670.32139.5398.8534.12
Hex1AD3963043208c6322
Octal12557114301034021414342
Binary110101101111001110001101000011100000100011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,173,57); }

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

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

 a { background-color: rgb(1,173,57); }

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

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

 span { border-color: rgb(1,173,57); }

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