Shades of Dark Pastel Green #0BC445
Tints of Dark Pastel Green #0BC445
RGB
CMYK
RGB Variations
Color information
#0BC445 (or 0x0BC445) is known color: Dark Pastel Green. HEX triplet: 0B, C4 and 45. RGB value is (11,196,69). Sum of RGB (Red+Green+Blue) = 11+196+69=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC445 is #F43BBA. Grayscale: #7E7E7E. Windows color (decimal): -16006075 or 4572171. OLE color: 4572171.
HSL color Cylindrical-coordinate representation of color #0BC445: hue angle of 138.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC445 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 11 | 196 | 69 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.23 |
| HSL | 138.81º | 0.89% | 0.41% | - |
| HSV(B) | 138.81º | 0.94% | 0.77% | - |
| XYZ | 20.95 | 39.98 | 12.24 | - |
| YUV | 126.21 | 95.71 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 69 | 0.94 | 0 | 0.65 | 0.23 | 138.81 | 0.89 | 0.41 |
| Hex | B | C4 | 45 | 5E | 0 | 41 | 17 | 8B | 59 | 29 |
| Octal | 13 | 304 | 105 | 136 | 0 | 101 | 27 | 213 | 131 | 51 |
| Binary | 1011 | 11000100 | 1000101 | 1011110 | 0 | 1000001 | 10111 | 10001011 | 1011001 | 101001 |
Color Harmonies of #0BC445
Complementary color
Monochromatic Colors of #0BC445
Black with #0BC445
Text Example
Text Example
White with #0BC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC445; }
p { color: rgb(11,196,69); }
H1.HeaderClassName
{
color: #0BC445;
}
.AnyTagClassName
{
color: #0BC445;
}
</style>
background-color css
<style>
a { background-color: #0BC445; }
a { background-color: rgb(11,196,69); }
div.DivClassName
{
background-color: #0BC445;
}
.BgClassName
{
background-color: #0BC445;
}
</style>
border-color css
<style>
span { border-color: #0BC445; }
span { border-color: rgb(11,196,69); }
td.TdClassName
{
border-color: #0BC445;
}
.TagClassName
{
border-color: #0BC445;
}
</style>