Shades of Dark Pastel Green #0CB91B
Tints of Dark Pastel Green #0CB91B
RGB
CMYK
RGB Variations
Color information
#0CB91B (or 0x0CB91B) is known color: Dark Pastel Green. HEX triplet: 0C, B9 and 1B. RGB value is (12,185,27). Sum of RGB (Red+Green+Blue) = 12+185+27=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 185 (72.66% from 255 or 82.59% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB91B is #F346E4. Grayscale: #737373. Windows color (decimal): -15943397 or 1816844. OLE color: 1816844.
HSL color Cylindrical-coordinate representation of color #0CB91B: hue angle of 125.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB91B is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 185 | 27 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.27 |
| HSL | 125.2º | 0.88% | 0.39% | - |
| HSV(B) | 125.2º | 0.94% | 0.73% | - |
| XYZ | 17.7 | 34.86 | 6.83 | - |
| YUV | 115.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 185 | 27 | 0.94 | 0 | 0.85 | 0.27 | 125.2 | 0.88 | 0.39 |
| Hex | C | B9 | 1B | 5E | 0 | 55 | 1B | 7D | 58 | 27 |
| Octal | 14 | 271 | 33 | 136 | 0 | 125 | 33 | 175 | 130 | 47 |
| Binary | 1100 | 10111001 | 11011 | 1011110 | 0 | 1010101 | 11011 | 1111101 | 1011000 | 100111 |
Color Harmonies of #0CB91B
Complementary color
Monochromatic Colors of #0CB91B
Black with #0CB91B
Text Example
Text Example
White with #0CB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB91B; }
p { color: rgb(12,185,27); }
H1.HeaderClassName
{
color: #0CB91B;
}
.AnyTagClassName
{
color: #0CB91B;
}
</style>
background-color css
<style>
a { background-color: #0CB91B; }
a { background-color: rgb(12,185,27); }
div.DivClassName
{
background-color: #0CB91B;
}
.BgClassName
{
background-color: #0CB91B;
}
</style>
border-color css
<style>
span { border-color: #0CB91B; }
span { border-color: rgb(12,185,27); }
td.TdClassName
{
border-color: #0CB91B;
}
.TagClassName
{
border-color: #0CB91B;
}
</style>