Shades of Pigment Green #0BB35A
Tints of Pigment Green #0BB35A
RGB
CMYK
RGB Variations
Color information
#0BB35A (or 0x0BB35A) is known color: Pigment Green. HEX triplet: 0B, B3 and 5A. RGB value is (11,179,90). Sum of RGB (Red+Green+Blue) = 11+179+90=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB35A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB35A is #F44CA5. Grayscale: #767676. Windows color (decimal): -16010406 or 5944075. OLE color: 5944075.
HSL color Cylindrical-coordinate representation of color #0BB35A: hue angle of 148.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB35A is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 179 | 90 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.30 |
| HSL | 148.21º | 0.88% | 0.37% | - |
| HSV(B) | 148.21º | 0.94% | 0.7% | - |
| XYZ | 18.1 | 33.05 | 15.1 | - |
| YUV | 118.62 | 111.84 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 179 | 90 | 0.94 | 0 | 0.50 | 0.30 | 148.21 | 0.88 | 0.37 |
| Hex | B | B3 | 5A | 5E | 0 | 32 | 1E | 94 | 58 | 25 |
| Octal | 13 | 263 | 132 | 136 | 0 | 62 | 36 | 224 | 130 | 45 |
| Binary | 1011 | 10110011 | 1011010 | 1011110 | 0 | 110010 | 11110 | 10010100 | 1011000 | 100101 |
Color Harmonies of #0BB35A
Complementary color
Monochromatic Colors of #0BB35A
Black with #0BB35A
Text Example
Text Example
White with #0BB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB35A; }
p { color: rgb(11,179,90); }
H1.HeaderClassName
{
color: #0BB35A;
}
.AnyTagClassName
{
color: #0BB35A;
}
</style>
background-color css
<style>
a { background-color: #0BB35A; }
a { background-color: rgb(11,179,90); }
div.DivClassName
{
background-color: #0BB35A;
}
.BgClassName
{
background-color: #0BB35A;
}
</style>
border-color css
<style>
span { border-color: #0BB35A; }
span { border-color: rgb(11,179,90); }
td.TdClassName
{
border-color: #0BB35A;
}
.TagClassName
{
border-color: #0BB35A;
}
</style>