Html Css Color HEX #00AA58 Pigment Green

📋 copy color: '#00AA58'

red 0 ◦ green 170 ◦ blue 88

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

Shades of Pigment Green #00AA58

Tints of Pigment Green #00AA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 0%
G = 65.89%
B = 34.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#00AA58 (or 0x00AA58) is known color: Pigment Green. HEX triplet: 00, AA and 58. RGB value is (0,170,88). Sum of RGB (Red+Green+Blue) = 0+170+88=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA58 is #FF55A7. Grayscale: #6D6D6D. Windows color (decimal): -16733608 or 5810688. OLE color: 5810688.

HSL color Cylindrical-coordinate representation of color #00AA58: hue angle of 151.06º 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 #00AA58 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 88 -
CMYK 1 0 0.48 0.33
HSL 151.06º 1% 0.33% -
HSV(B) 151.06º 1% 0.67% -
XYZ 16.14 29.45 14.07 -
YUV 109.82 115.68 49.67 -
System Red Green Blue C M Y K H S L
Decimal 0 170 88 1 0 0.48 0.33 151.06 1 0.33
Hex 0 AA 58 64 0 30 21 97 64 21
Octal 0 252 130 144 0 60 41 227 144 41
Binary 0 10101010 1011000 1100100 0 110000 100001 10010111 1100100 100001

Color Harmonies of #00AA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA58

Black with #00AA58

Text Example


Text Example

White with #00AA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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