Shades of Pigment Green #08993A
Tints of Pigment Green #08993A
RGB
CMYK
RGB Variations
Color information
#08993A (or 0x08993A) is known color: Pigment Green. HEX triplet: 08, 99 and 3A. RGB value is (8,153,58). Sum of RGB (Red+Green+Blue) = 8+153+58=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #08993A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08993A is #F766C5. Grayscale: #636363. Windows color (decimal): -16213702 or 3840264. OLE color: 3840264.
HSL color Cylindrical-coordinate representation of color #08993A: hue angle of 140.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08993A is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 58 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.4 |
| HSL | 140.69º | 0.9% | 0.32% | - |
| HSV(B) | 140.69º | 0.95% | 0.6% | - |
| XYZ | 12.26 | 23.14 | 7.82 | - |
| YUV | 98.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 58 | 0.95 | 0 | 0.62 | 0.4 | 140.69 | 0.9 | 0.32 |
| Hex | 8 | 99 | 3A | 5F | 0 | 3E | 28 | 8D | 5A | 20 |
| Octal | 10 | 231 | 72 | 137 | 0 | 76 | 50 | 215 | 132 | 40 |
| Binary | 1000 | 10011001 | 111010 | 1011111 | 0 | 111110 | 101000 | 10001101 | 1011010 | 100000 |
Color Harmonies of #08993A
Complementary color
Monochromatic Colors of #08993A
Black with #08993A
Text Example
Text Example
White with #08993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08993A; }
p { color: rgb(8,153,58); }
H1.HeaderClassName
{
color: #08993A;
}
.AnyTagClassName
{
color: #08993A;
}
</style>
background-color css
<style>
a { background-color: #08993A; }
a { background-color: rgb(8,153,58); }
div.DivClassName
{
background-color: #08993A;
}
.BgClassName
{
background-color: #08993A;
}
</style>
border-color css
<style>
span { border-color: #08993A; }
span { border-color: rgb(8,153,58); }
td.TdClassName
{
border-color: #08993A;
}
.TagClassName
{
border-color: #08993A;
}
</style>