#01AC36

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

Shades of Dark Pastel Green #01AC36

Tints of Dark Pastel Green #01AC36

Color information

#01AC36 (or 0x01AC36) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AC and 36. RGB value is (1,172,54). Sum of RGB (Red+Green+Blue) = 1+172+54=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC36 is #FE53C9. Grayscale: #6B6B6B. Windows color (decimal): -16667594 or 3582977. OLE color: 3582977.

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

Color convert

RGB117254-
CMYK0.9900.690.33
HSL138.6º98.84%33.92%-
HSV(B)138.6º99.42%67.45%-
XYZ15.4329.788.42-
YUV107.4297.8552.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 172 (67.58% from 255) = 75.77%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=0.44%
G=75.77%
B=23.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1172540.9900.690.33138.698.8433.92
Hex1AC3663045218b6322
Octal12546614301054121314342
Binary110101100110110110001101000101100001100010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,172,54); }

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

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

 a { background-color: rgb(1,172,54); }

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

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

 span { border-color: rgb(1,172,54); }

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