#01AE4C

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

Shades of Pigment Green #01AE4C

Tints of Pigment Green #01AE4C

Color information

#01AE4C (or 0x01AE4C) is unknown color: approx Pigment Green. HEX triplet: 01, AE and 4C. RGB value is (1,174,76). Sum of RGB (Red+Green+Blue) = 1+174+76=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE4C is #FE51B3. Grayscale: #6F6F6F. Windows color (decimal): -16667060 or 5025281. OLE color: 5025281.

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

Color convert

RGB117476-
CMYK0.9900.560.32
HSL146.01º98.86%34.31%-
HSV(B)146.01º99.43%68.24%-
XYZ16.4530.811.92-
YUV111.1108.1949.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 174 (68.36% from 255) = 69.32%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=0.40%
G=69.32%
B=30.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1174760.9900.560.32146.0198.8634.31
Hex1AE4C6303820926322
Octal12561141430704022214342
Binary110101110100110011000110111000100000100100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,174,76); }

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

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

 a { background-color: rgb(1,174,76); }

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

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

 span { border-color: rgb(1,174,76); }

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