#01AC4A

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

Shades of Pigment Green #01AC4A

Tints of Pigment Green #01AC4A

Color information

#01AC4A (or 0x01AC4A) is unknown color: approx Pigment Green. HEX triplet: 01, AC and 4A. RGB value is (1,172,74). Sum of RGB (Red+Green+Blue) = 1+172+74=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC4A is #FE53B5. Grayscale: #6D6D6D. Windows color (decimal): -16667574 or 4893697. OLE color: 4893697.

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

Color convert

RGB117274-
CMYK0.9900.570.33
HSL145.61º98.84%33.92%-
HSV(B)145.61º99.42%67.45%-
XYZ1630.0111.43-
YUV109.7107.8550.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 172 (67.58% from 255) = 69.64%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=0.40%
G=69.64%
B=29.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1172740.9900.570.33145.6198.8433.92
Hex1AC4A6303921926322
Octal12541121430714122214342
Binary110101100100101011000110111001100001100100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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