Shades of Pigment Green #08983A
Tints of Pigment Green #08983A
RGB
CMYK
RGB Variations
Color information
#08983A (or 0x08983A) is known color: Pigment Green. HEX triplet: 08, 98 and 3A. RGB value is (8,152,58). Sum of RGB (Red+Green+Blue) = 8+152+58=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 152 (59.77% from 255 or 69.72% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 152 - color contains mainly: green. Hex color #08983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08983A is #F767C5. Grayscale: #626262. Windows color (decimal): -16213958 or 3840008. OLE color: 3840008.
HSL color Cylindrical-coordinate representation of color #08983A: hue angle of 140.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08983A is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 58 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.40 |
| HSL | 140.83º | 0.9% | 0.31% | - |
| HSV(B) | 140.83º | 0.95% | 0.6% | - |
| XYZ | 12.09 | 22.81 | 7.77 | - |
| YUV | 98.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 58 | 0.95 | 0 | 0.62 | 0.40 | 140.83 | 0.9 | 0.31 |
| Hex | 8 | 98 | 3A | 5F | 0 | 3E | 28 | 8D | 5A | 1F |
| Octal | 10 | 230 | 72 | 137 | 0 | 76 | 50 | 215 | 132 | 37 |
| Binary | 1000 | 10011000 | 111010 | 1011111 | 0 | 111110 | 101000 | 10001101 | 1011010 | 11111 |
Color Harmonies of #08983A
Complementary color
Monochromatic Colors of #08983A
Black with #08983A
Text Example
Text Example
White with #08983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08983A; }
p { color: rgb(8,152,58); }
H1.HeaderClassName
{
color: #08983A;
}
.AnyTagClassName
{
color: #08983A;
}
</style>
background-color css
<style>
a { background-color: #08983A; }
a { background-color: rgb(8,152,58); }
div.DivClassName
{
background-color: #08983A;
}
.BgClassName
{
background-color: #08983A;
}
</style>
border-color css
<style>
span { border-color: #08983A; }
span { border-color: rgb(8,152,58); }
td.TdClassName
{
border-color: #08983A;
}
.TagClassName
{
border-color: #08983A;
}
</style>