Shades of Dark Pastel Green #0BCC1C
Tints of Dark Pastel Green #0BCC1C
RGB
CMYK
RGB Variations
Color information
#0BCC1C (or 0x0BCC1C) is known color: Dark Pastel Green. HEX triplet: 0B, CC and 1C. RGB value is (11,204,28). Sum of RGB (Red+Green+Blue) = 11+204+28=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #0BCC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCC1C is #F433E3. Grayscale: #7E7E7E. Windows color (decimal): -16004068 or 1887243. OLE color: 1887243.
HSL color Cylindrical-coordinate representation of color #0BCC1C: hue angle of 125.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCC1C is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 204 | 28 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.2 |
| HSL | 125.29º | 0.9% | 0.42% | - |
| HSV(B) | 125.29º | 0.95% | 0.8% | - |
| XYZ | 21.94 | 43.34 | 8.31 | - |
| YUV | 126.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 28 | 0.95 | 0 | 0.86 | 0.2 | 125.29 | 0.9 | 0.42 |
| Hex | B | CC | 1C | 5F | 0 | 56 | 14 | 7D | 5A | 2A |
| Octal | 13 | 314 | 34 | 137 | 0 | 126 | 24 | 175 | 132 | 52 |
| Binary | 1011 | 11001100 | 11100 | 1011111 | 0 | 1010110 | 10100 | 1111101 | 1011010 | 101010 |
Color Harmonies of #0BCC1C
Complementary color
Monochromatic Colors of #0BCC1C
Black with #0BCC1C
Text Example
Text Example
White with #0BCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCC1C; }
p { color: rgb(11,204,28); }
H1.HeaderClassName
{
color: #0BCC1C;
}
.AnyTagClassName
{
color: #0BCC1C;
}
</style>
background-color css
<style>
a { background-color: #0BCC1C; }
a { background-color: rgb(11,204,28); }
div.DivClassName
{
background-color: #0BCC1C;
}
.BgClassName
{
background-color: #0BCC1C;
}
</style>
border-color css
<style>
span { border-color: #0BCC1C; }
span { border-color: rgb(11,204,28); }
td.TdClassName
{
border-color: #0BCC1C;
}
.TagClassName
{
border-color: #0BCC1C;
}
</style>