Shades of Pigment Green #0BA74F
Tints of Pigment Green #0BA74F
RGB
CMYK
RGB Variations
Color information
#0BA74F (or 0x0BA74F) is known color: Pigment Green. HEX triplet: 0B, A7 and 4F. RGB value is (11,167,79). Sum of RGB (Red+Green+Blue) = 11+167+79=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA74F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA74F is #F458B0. Grayscale: #6E6E6E. Windows color (decimal): -16013489 or 5220107. OLE color: 5220107.
HSL color Cylindrical-coordinate representation of color #0BA74F: hue angle of 146.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA74F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 79 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.35 |
| HSL | 146.15º | 0.88% | 0.35% | - |
| HSV(B) | 146.15º | 0.93% | 0.65% | - |
| XYZ | 15.37 | 28.27 | 12.04 | - |
| YUV | 110.32 | 110.32 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 79 | 0.93 | 0 | 0.53 | 0.35 | 146.15 | 0.88 | 0.35 |
| Hex | B | A7 | 4F | 5D | 0 | 35 | 23 | 92 | 58 | 23 |
| Octal | 13 | 247 | 117 | 135 | 0 | 65 | 43 | 222 | 130 | 43 |
| Binary | 1011 | 10100111 | 1001111 | 1011101 | 0 | 110101 | 100011 | 10010010 | 1011000 | 100011 |
Color Harmonies of #0BA74F
Complementary color
Monochromatic Colors of #0BA74F
Black with #0BA74F
Text Example
Text Example
White with #0BA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA74F; }
p { color: rgb(11,167,79); }
H1.HeaderClassName
{
color: #0BA74F;
}
.AnyTagClassName
{
color: #0BA74F;
}
</style>
background-color css
<style>
a { background-color: #0BA74F; }
a { background-color: rgb(11,167,79); }
div.DivClassName
{
background-color: #0BA74F;
}
.BgClassName
{
background-color: #0BA74F;
}
</style>
border-color css
<style>
span { border-color: #0BA74F; }
span { border-color: rgb(11,167,79); }
td.TdClassName
{
border-color: #0BA74F;
}
.TagClassName
{
border-color: #0BA74F;
}
</style>