Html Css Color HEX #00AA52 Pigment Green

📋 copy color: '#00AA52'

red 0 ◦ green 170 ◦ blue 82

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

Shades of Pigment Green #00AA52

Tints of Pigment Green #00AA52

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 67.46%
B = 32.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#00AA52 (or 0x00AA52) is known color: Pigment Green. HEX triplet: 00, AA and 52. RGB value is (0,170,82). Sum of RGB (Red+Green+Blue) = 0+170+82=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA52 is #FF55AD. Grayscale: #6D6D6D. Windows color (decimal): -16733614 or 5417472. OLE color: 5417472.

HSL color Cylindrical-coordinate representation of color #00AA52: hue angle of 148.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA52 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 82 -
CMYK 1 0 0.52 0.33
HSL 148.94º 1% 0.33% -
HSV(B) 148.94º 1% 0.67% -
XYZ 15.9 29.36 12.81 -
YUV 109.14 112.68 50.16 -
System Red Green Blue C M Y K H S L
Decimal 0 170 82 1 0 0.52 0.33 148.94 1 0.33
Hex 0 AA 52 64 0 34 21 95 64 21
Octal 0 252 122 144 0 64 41 225 144 41
Binary 0 10101010 1010010 1100100 0 110100 100001 10010101 1100100 100001

Color Harmonies of #00AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA52

Black with #00AA52

Text Example


Text Example

White with #00AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00AA52;
 }
 .AnyTagClassName
 {
   color: #00AA52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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