#00ab50

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

Shades of Pigment Green #00AB50

Tints of Pigment Green #00AB50

Color information

#00AB50 (or 0x00AB50) is unknown color: approx Pigment Green. HEX triplet: 00, AB and 50. RGB value is (0,171,80). Sum of RGB (Red+Green+Blue) = 0+171+80=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AB50 is #FF54AF. Grayscale: #6D6D6D. Windows color (decimal): -16733360 or 5286656. OLE color: 5286656.

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

Color convert

RGB017180-
CMYK100.530.33
HSL148.07º100%33.53%-
HSV(B)148.07º100%67.06%-
XYZ16.0129.7112.48-
YUV109.5111.3549.9-

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) = 68.13%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=0%
G=68.13%
B=31.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017180100.530.33148.0710033.53
Hex0AB506403521946422
Octal02531201440654122414442
Binary010101011101000011001000110101100001100101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ab50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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