Html Css Color HEX #01AA52 Pigment Green

📋 copy color: '#01AA52'

red 1 ◦ green 170 ◦ blue 82

#01AA52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01AA52

Tints of Pigment Green #01AA52

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 170 (66.8% from 255) = 67.19%

 BLUE value IS 82 (32.42% from 255) = 32.41%

R = 0.4%
G = 67.19%
B = 32.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#01AA52 (or 0x01AA52) is known color: 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

RGB 1 170 82 -
CMYK 0.99 0 0.52 0.33
HSL 148.76º 0.99% 0.34% -
HSV(B) 148.76º 0.99% 0.67% -
XYZ 15.91 29.37 12.81 -
YUV 109.44 112.51 50.66 -
System Red Green Blue C M Y K H S L
Decimal 1 170 82 0.99 0 0.52 0.33 148.76 0.99 0.34
Hex 1 AA 52 63 0 34 21 95 63 22
Octal 1 252 122 143 0 64 41 225 143 42
Binary 1 10101010 1010010 1100011 0 110100 100001 10010101 1100011 100010

Color Harmonies of #01AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA52

Black with #01AA52

Text Example


Text Example

White with #01AA52

Text Example


Text Example

HTML Codes & Css Web 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>