Shades of Pigment Green #0B9D3E
Tints of Pigment Green #0B9D3E
RGB
CMYK
RGB Variations
Color information
#0B9D3E (or 0x0B9D3E) is known color: Pigment Green. HEX triplet: 0B, 9D and 3E. RGB value is (11,157,62). Sum of RGB (Red+Green+Blue) = 11+157+62=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 157 (61.72% from 255 or 68.26% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 157 - color contains mainly: green. Hex color #0B9D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9D3E is #F462C1. Grayscale: #666666. Windows color (decimal): -16016066 or 4103435. OLE color: 4103435.
HSL color Cylindrical-coordinate representation of color #0B9D3E: hue angle of 140.96º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9D3E is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 157 | 62 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.38 |
| HSL | 140.96º | 0.87% | 0.33% | - |
| HSV(B) | 140.96º | 0.93% | 0.62% | - |
| XYZ | 13.06 | 24.53 | 8.6 | - |
| YUV | 102.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 157 | 62 | 0.93 | 0 | 0.61 | 0.38 | 140.96 | 0.87 | 0.33 |
| Hex | B | 9D | 3E | 5D | 0 | 3D | 26 | 8D | 57 | 21 |
| Octal | 13 | 235 | 76 | 135 | 0 | 75 | 46 | 215 | 127 | 41 |
| Binary | 1011 | 10011101 | 111110 | 1011101 | 0 | 111101 | 100110 | 10001101 | 1010111 | 100001 |
Color Harmonies of #0B9D3E
Complementary color
Monochromatic Colors of #0B9D3E
Black with #0B9D3E
Text Example
Text Example
White with #0B9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9D3E; }
p { color: rgb(11,157,62); }
H1.HeaderClassName
{
color: #0B9D3E;
}
.AnyTagClassName
{
color: #0B9D3E;
}
</style>
background-color css
<style>
a { background-color: #0B9D3E; }
a { background-color: rgb(11,157,62); }
div.DivClassName
{
background-color: #0B9D3E;
}
.BgClassName
{
background-color: #0B9D3E;
}
</style>
border-color css
<style>
span { border-color: #0B9D3E; }
span { border-color: rgb(11,157,62); }
td.TdClassName
{
border-color: #0B9D3E;
}
.TagClassName
{
border-color: #0B9D3E;
}
</style>