#00AB47

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

Shades of Pigment Green #00AB47

Tints of Pigment Green #00AB47

Color information

#00AB47 (or 0x00AB47) is unknown color: approx Pigment Green. HEX triplet: 00, AB and 47. RGB value is (0,171,71). Sum of RGB (Red+Green+Blue) = 0+171+71=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AB47 is #FF54B8. Grayscale: #6C6C6C. Windows color (decimal): -16733369 or 4696832. OLE color: 4696832.

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

Color convert

RGB017171-
CMYK100.580.33
HSL144.91º100%33.53%-
HSV(B)144.91º100%67.06%-
XYZ15.729.5810.84-
YUV108.47106.8550.63-

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) = 70.66%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=0%
G=70.66%
B=29.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017171100.580.33144.9110033.53
Hex0AB476403A21916422
Octal02531071440724122114442
Binary010101011100011111001000111010100001100100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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