Shades of Pigment Green #08AB4C
Tints of Pigment Green #08AB4C
RGB
CMYK
RGB Variations
Color information
#08AB4C (or 0x08AB4C) is known color: Pigment Green. HEX triplet: 08, AB and 4C. RGB value is (8,171,76). Sum of RGB (Red+Green+Blue) = 8+171+76=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AB4C is #F754B3. Grayscale: #6F6F6F. Windows color (decimal): -16209076 or 5024520. OLE color: 5024520.
HSL color Cylindrical-coordinate representation of color #08AB4C: hue angle of 145.03º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AB4C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 171 | 76 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.33 |
| HSL | 145.03º | 0.91% | 0.35% | - |
| HSV(B) | 145.03º | 0.95% | 0.67% | - |
| XYZ | 15.97 | 29.7 | 11.73 | - |
| YUV | 111.43 | 108 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 76 | 0.95 | 0 | 0.56 | 0.33 | 145.03 | 0.91 | 0.35 |
| Hex | 8 | AB | 4C | 5F | 0 | 38 | 21 | 91 | 5B | 23 |
| Octal | 10 | 253 | 114 | 137 | 0 | 70 | 41 | 221 | 133 | 43 |
| Binary | 1000 | 10101011 | 1001100 | 1011111 | 0 | 111000 | 100001 | 10010001 | 1011011 | 100011 |
Color Harmonies of #08AB4C
Complementary color
Monochromatic Colors of #08AB4C
Black with #08AB4C
Text Example
Text Example
White with #08AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AB4C; }
p { color: rgb(8,171,76); }
H1.HeaderClassName
{
color: #08AB4C;
}
.AnyTagClassName
{
color: #08AB4C;
}
</style>
background-color css
<style>
a { background-color: #08AB4C; }
a { background-color: rgb(8,171,76); }
div.DivClassName
{
background-color: #08AB4C;
}
.BgClassName
{
background-color: #08AB4C;
}
</style>
border-color css
<style>
span { border-color: #08AB4C; }
span { border-color: rgb(8,171,76); }
td.TdClassName
{
border-color: #08AB4C;
}
.TagClassName
{
border-color: #08AB4C;
}
</style>