Shades of Free Speech Green #0CEB0B
Tints of Free Speech Green #0CEB0B
RGB
CMYK
RGB Variations
Color information
#0CEB0B (or 0x0CEB0B) is known color: Free Speech Green. HEX triplet: 0C, EB and 0B. RGB value is (12,235,11). Sum of RGB (Red+Green+Blue) = 12+235+11=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 235 (92.19% from 255 or 91.09% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEB0B is #F314F4. Grayscale: #8F8F8F. Windows color (decimal): -15930613 or 781068. OLE color: 781068.
HSL color Cylindrical-coordinate representation of color #0CEB0B: hue angle of 119.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB0B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.08 |
| HSL | 119.73º | 0.91% | 0.48% | - |
| HSV(B) | 119.73º | 0.95% | 0.92% | - |
| XYZ | 29.92 | 59.52 | 10.23 | - |
| YUV | 142.79 | 53.62 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 11 | 0.95 | 0 | 0.95 | 0.08 | 119.73 | 0.91 | 0.48 |
| Hex | C | EB | B | 5F | 0 | 5F | 8 | 78 | 5B | 30 |
| Octal | 14 | 353 | 13 | 137 | 0 | 137 | 10 | 170 | 133 | 60 |
| Binary | 1100 | 11101011 | 1011 | 1011111 | 0 | 1011111 | 1000 | 1111000 | 1011011 | 110000 |
Color Harmonies of #0CEB0B
Complementary color
Monochromatic Colors of #0CEB0B
Black with #0CEB0B
Text Example
Text Example
White with #0CEB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB0B; }
p { color: rgb(12,235,11); }
H1.HeaderClassName
{
color: #0CEB0B;
}
.AnyTagClassName
{
color: #0CEB0B;
}
</style>
background-color css
<style>
a { background-color: #0CEB0B; }
a { background-color: rgb(12,235,11); }
div.DivClassName
{
background-color: #0CEB0B;
}
.BgClassName
{
background-color: #0CEB0B;
}
</style>
border-color css
<style>
span { border-color: #0CEB0B; }
span { border-color: rgb(12,235,11); }
td.TdClassName
{
border-color: #0CEB0B;
}
.TagClassName
{
border-color: #0CEB0B;
}
</style>