#01AA52

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

Shades of Pigment Green #01AA52

Tints of Pigment Green #01AA52

Color information

#01AA52 (or 0x01AA52) is unknown color: approx Pigment Green. HEX triplet: 01, AA and 52. RGB value is (1,170,82). Sum of RGB (Red+Green+Blue) = 1+170+82=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA52 is #FE55AD. Grayscale: #6D6D6D. Windows color (decimal): -16668078 or 5417473. OLE color: 5417473.

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

Color convert

RGB117082-
CMYK0.9900.520.33
HSL148.76º98.83%33.53%-
HSV(B)148.76º99.41%66.67%-
XYZ15.9129.3712.81-
YUV109.44112.5150.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 170 (66.80% from 255) = 67.19%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=0.40%
G=67.19%
B=32.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1170820.9900.520.33148.7698.8333.53
Hex1AA526303421956322
Octal12521221430644122514342
Binary110101010101001011000110110100100001100101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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