Shades of Dark Pastel Green #0BB83C
Tints of Dark Pastel Green #0BB83C
RGB
CMYK
RGB Variations
Color information
#0BB83C (or 0x0BB83C) is known color: Dark Pastel Green. HEX triplet: 0B, B8 and 3C. RGB value is (11,184,60). Sum of RGB (Red+Green+Blue) = 11+184+60=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BB83C is #F447C3. Grayscale: #767676. Windows color (decimal): -16009156 or 3979275. OLE color: 3979275.
HSL color Cylindrical-coordinate representation of color #0BB83C: hue angle of 136.99º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB83C is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 60 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.28 |
| HSL | 136.99º | 0.89% | 0.38% | - |
| HSV(B) | 136.99º | 0.94% | 0.72% | - |
| XYZ | 18.09 | 34.68 | 10.01 | - |
| YUV | 118.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 60 | 0.94 | 0 | 0.67 | 0.28 | 136.99 | 0.89 | 0.38 |
| Hex | B | B8 | 3C | 5E | 0 | 43 | 1C | 89 | 59 | 26 |
| Octal | 13 | 270 | 74 | 136 | 0 | 103 | 34 | 211 | 131 | 46 |
| Binary | 1011 | 10111000 | 111100 | 1011110 | 0 | 1000011 | 11100 | 10001001 | 1011001 | 100110 |
Color Harmonies of #0BB83C
Complementary color
Monochromatic Colors of #0BB83C
Black with #0BB83C
Text Example
Text Example
White with #0BB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB83C; }
p { color: rgb(11,184,60); }
H1.HeaderClassName
{
color: #0BB83C;
}
.AnyTagClassName
{
color: #0BB83C;
}
</style>
background-color css
<style>
a { background-color: #0BB83C; }
a { background-color: rgb(11,184,60); }
div.DivClassName
{
background-color: #0BB83C;
}
.BgClassName
{
background-color: #0BB83C;
}
</style>
border-color css
<style>
span { border-color: #0BB83C; }
span { border-color: rgb(11,184,60); }
td.TdClassName
{
border-color: #0BB83C;
}
.TagClassName
{
border-color: #0BB83C;
}
</style>