Shades of Free Speech Green #0CFE0B
Tints of Free Speech Green #0CFE0B
RGB
CMYK
RGB Variations
Color information
#0CFE0B (or 0x0CFE0B) is known color: Free Speech Green. HEX triplet: 0C, FE and 0B. RGB value is (12,254,11). Sum of RGB (Red+Green+Blue) = 12+254+11=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE0B is #F301F4. Grayscale: #9A9A9A. Windows color (decimal): -15925749 or 785932. OLE color: 785932.
HSL color Cylindrical-coordinate representation of color #0CFE0B: hue angle of 119.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CFE0B is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 11 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.00 |
| HSL | 119.75º | 0.99% | 0.52% | - |
| HSV(B) | 119.75º | 0.96% | 1% | - |
| XYZ | 35.65 | 70.99 | 12.14 | - |
| YUV | 153.94 | 47.33 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 11 | 0.95 | 0 | 0.96 | 0.00 | 119.75 | 0.99 | 0.52 |
| Hex | C | FE | B | 5F | 0 | 60 | 0 | 78 | 63 | 34 |
| Octal | 14 | 376 | 13 | 137 | 0 | 140 | 0 | 170 | 143 | 64 |
| Binary | 1100 | 11111110 | 1011 | 1011111 | 0 | 1100000 | 0 | 1111000 | 1100011 | 110100 |
Color Harmonies of #0CFE0B
Complementary color
Monochromatic Colors of #0CFE0B
Black with #0CFE0B
Text Example
Text Example
White with #0CFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE0B; }
p { color: rgb(12,254,11); }
H1.HeaderClassName
{
color: #0CFE0B;
}
.AnyTagClassName
{
color: #0CFE0B;
}
</style>
background-color css
<style>
a { background-color: #0CFE0B; }
a { background-color: rgb(12,254,11); }
div.DivClassName
{
background-color: #0CFE0B;
}
.BgClassName
{
background-color: #0CFE0B;
}
</style>
border-color css
<style>
span { border-color: #0CFE0B; }
span { border-color: rgb(12,254,11); }
td.TdClassName
{
border-color: #0CFE0B;
}
.TagClassName
{
border-color: #0CFE0B;
}
</style>