Shades of Pigment Green #08BA51
Tints of Pigment Green #08BA51
RGB
CMYK
RGB Variations
Color information
#08BA51 (or 0x08BA51) is known color: Pigment Green. HEX triplet: 08, BA and 51. RGB value is (8,186,81). Sum of RGB (Red+Green+Blue) = 8+186+81=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA51 is #F745AE. Grayscale: #797979. Windows color (decimal): -16205231 or 5356040. OLE color: 5356040.
HSL color Cylindrical-coordinate representation of color #08BA51: hue angle of 144.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA51 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 81 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.27 |
| HSL | 144.61º | 0.92% | 0.38% | - |
| HSV(B) | 144.61º | 0.96% | 0.73% | - |
| XYZ | 19.14 | 35.76 | 13.68 | - |
| YUV | 120.81 | 105.53 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 81 | 0.96 | 0 | 0.56 | 0.27 | 144.61 | 0.92 | 0.38 |
| Hex | 8 | BA | 51 | 60 | 0 | 38 | 1B | 91 | 5C | 26 |
| Octal | 10 | 272 | 121 | 140 | 0 | 70 | 33 | 221 | 134 | 46 |
| Binary | 1000 | 10111010 | 1010001 | 1100000 | 0 | 111000 | 11011 | 10010001 | 1011100 | 100110 |
Color Harmonies of #08BA51
Complementary color
Monochromatic Colors of #08BA51
Black with #08BA51
Text Example
Text Example
White with #08BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA51; }
p { color: rgb(8,186,81); }
H1.HeaderClassName
{
color: #08BA51;
}
.AnyTagClassName
{
color: #08BA51;
}
</style>
background-color css
<style>
a { background-color: #08BA51; }
a { background-color: rgb(8,186,81); }
div.DivClassName
{
background-color: #08BA51;
}
.BgClassName
{
background-color: #08BA51;
}
</style>
border-color css
<style>
span { border-color: #08BA51; }
span { border-color: rgb(8,186,81); }
td.TdClassName
{
border-color: #08BA51;
}
.TagClassName
{
border-color: #08BA51;
}
</style>