Shades of Pigment Green #0BB24B
Tints of Pigment Green #0BB24B
RGB
CMYK
RGB Variations
Color information
#0BB24B (or 0x0BB24B) is known color: Pigment Green. HEX triplet: 0B, B2 and 4B. RGB value is (11,178,75). Sum of RGB (Red+Green+Blue) = 11+178+75=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 178 (69.92% from 255 or 67.42% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB24B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BB24B is #F44DB4. Grayscale: #747474. Windows color (decimal): -16010677 or 4960779. OLE color: 4960779.
HSL color Cylindrical-coordinate representation of color #0BB24B: hue angle of 142.99º 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 #0BB24B is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 178 | 75 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.30 |
| HSL | 142.99º | 0.88% | 0.37% | - |
| HSV(B) | 142.99º | 0.94% | 0.7% | - |
| XYZ | 17.33 | 32.42 | 12 | - |
| YUV | 116.33 | 104.67 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 75 | 0.94 | 0 | 0.58 | 0.30 | 142.99 | 0.88 | 0.37 |
| Hex | B | B2 | 4B | 5E | 0 | 3A | 1E | 8F | 58 | 25 |
| Octal | 13 | 262 | 113 | 136 | 0 | 72 | 36 | 217 | 130 | 45 |
| Binary | 1011 | 10110010 | 1001011 | 1011110 | 0 | 111010 | 11110 | 10001111 | 1011000 | 100101 |
Color Harmonies of #0BB24B
Complementary color
Monochromatic Colors of #0BB24B
Black with #0BB24B
Text Example
Text Example
White with #0BB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB24B; }
p { color: rgb(11,178,75); }
H1.HeaderClassName
{
color: #0BB24B;
}
.AnyTagClassName
{
color: #0BB24B;
}
</style>
background-color css
<style>
a { background-color: #0BB24B; }
a { background-color: rgb(11,178,75); }
div.DivClassName
{
background-color: #0BB24B;
}
.BgClassName
{
background-color: #0BB24B;
}
</style>
border-color css
<style>
span { border-color: #0BB24B; }
span { border-color: rgb(11,178,75); }
td.TdClassName
{
border-color: #0BB24B;
}
.TagClassName
{
border-color: #0BB24B;
}
</style>