Shades of Free Speech Green #0CEE0B
Tints of Free Speech Green #0CEE0B
RGB
CMYK
RGB Variations
Color information
#0CEE0B (or 0x0CEE0B) is known color: Free Speech Green. HEX triplet: 0C, EE and 0B. RGB value is (12,238,11). Sum of RGB (Red+Green+Blue) = 12+238+11=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 238 (93.36% from 255 or 91.19% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEE0B is #F311F4. Grayscale: #919191. Windows color (decimal): -15929845 or 781836. OLE color: 781836.
HSL color Cylindrical-coordinate representation of color #0CEE0B: hue angle of 119.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEE0B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.07 |
| HSL | 119.74º | 0.91% | 0.49% | - |
| HSV(B) | 119.74º | 0.95% | 0.93% | - |
| XYZ | 30.79 | 61.25 | 10.52 | - |
| YUV | 144.55 | 52.63 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 11 | 0.95 | 0 | 0.95 | 0.07 | 119.74 | 0.91 | 0.49 |
| Hex | C | EE | B | 5F | 0 | 5F | 7 | 78 | 5B | 31 |
| Octal | 14 | 356 | 13 | 137 | 0 | 137 | 7 | 170 | 133 | 61 |
| Binary | 1100 | 11101110 | 1011 | 1011111 | 0 | 1011111 | 111 | 1111000 | 1011011 | 110001 |
Color Harmonies of #0CEE0B
Complementary color
Monochromatic Colors of #0CEE0B
Black with #0CEE0B
Text Example
Text Example
White with #0CEE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEE0B; }
p { color: rgb(12,238,11); }
H1.HeaderClassName
{
color: #0CEE0B;
}
.AnyTagClassName
{
color: #0CEE0B;
}
</style>
background-color css
<style>
a { background-color: #0CEE0B; }
a { background-color: rgb(12,238,11); }
div.DivClassName
{
background-color: #0CEE0B;
}
.BgClassName
{
background-color: #0CEE0B;
}
</style>
border-color css
<style>
span { border-color: #0CEE0B; }
span { border-color: rgb(12,238,11); }
td.TdClassName
{
border-color: #0CEE0B;
}
.TagClassName
{
border-color: #0CEE0B;
}
</style>