#00AB5A

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

Shades of Pigment Green #00AB5A

Tints of Pigment Green #00AB5A

Color information

#00AB5A (or 0x00AB5A) is unknown color: approx Pigment Green. HEX triplet: 00, AB and 5A. RGB value is (0,171,90). Sum of RGB (Red+Green+Blue) = 0+171+90=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB5A is #FF54A5. Grayscale: #6E6E6E. Windows color (decimal): -16733350 or 5942016. OLE color: 5942016.

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

Color convert

RGB017190-
CMYK100.470.33
HSL151.58º100%33.53%-
HSV(B)151.58º100%67.06%-
XYZ16.4129.8614.57-
YUV110.64116.3549.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 65.52%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=0%
G=65.52%
B=34.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017190100.470.33151.5810033.53
Hex0AB5A6402F21986422
Octal02531321440574123014442
Binary010101011101101011001000101111100001100110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,171,90); }

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

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

 a { background-color: rgb(0,171,90); }

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

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

 span { border-color: rgb(0,171,90); }

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