#01AE5A

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

Shades of Pigment Green #01AE5A

Tints of Pigment Green #01AE5A

Color information

#01AE5A (or 0x01AE5A) is unknown color: approx Pigment Green. HEX triplet: 01, AE and 5A. RGB value is (1,174,90). Sum of RGB (Red+Green+Blue) = 1+174+90=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 174 (68.36% from 255 or 65.66% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE5A is #FE51A5. Grayscale: #707070. Windows color (decimal): -16667046 or 5942785. OLE color: 5942785.

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

Color convert

RGB117490-
CMYK0.9900.480.32
HSL150.87º98.86%34.31%-
HSV(B)150.87º99.43%68.24%-
XYZ16.9931.0214.76-
YUV112.7115.1948.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 174 (68.36% from 255) = 65.66%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=0.38%
G=65.66%
B=33.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1174900.9900.480.32150.8798.8634.31
Hex1AE5A6303020976322
Octal12561321430604022714342
Binary110101110101101011000110110000100000100101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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