#01AA5B

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

Shades of Pigment Green #01AA5B

Tints of Pigment Green #01AA5B

Color information

#01AA5B (or 0x01AA5B) is unknown color: approx Pigment Green. HEX triplet: 01, AA and 5B. RGB value is (1,170,91). Sum of RGB (Red+Green+Blue) = 1+170+91=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA5B is #FE55A4. Grayscale: #6E6E6E. Windows color (decimal): -16668069 or 6007297. OLE color: 6007297.

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

Color convert

RGB117091-
CMYK0.9900.460.33
HSL151.95º98.83%33.53%-
HSV(B)151.95º99.41%66.67%-
XYZ16.2829.5114.74-
YUV110.46117.0149.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 170 (66.80% from 255) = 64.89%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=0.38%
G=64.89%
B=34.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1170910.9900.460.33151.9598.8333.53
Hex1AA5B6302E21986322
Octal12521331430564123014342
Binary110101010101101111000110101110100001100110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,170,91); }

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

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

 a { background-color: rgb(1,170,91); }

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

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

 span { border-color: rgb(1,170,91); }

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