Shades of Free Speech Green #0CFF1C
Tints of Free Speech Green #0CFF1C
RGB
CMYK
RGB Variations
Color information
#0CFF1C (or 0x0CFF1C) is known color: Free Speech Green. HEX triplet: 0C, FF and 1C. RGB value is (12,255,28). Sum of RGB (Red+Green+Blue) = 12+255+28=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF1C is #F300E3. Grayscale: #9D9D9D. Windows color (decimal): -15925476 or 1900300. OLE color: 1900300.
HSL color Cylindrical-coordinate representation of color #0CFF1C: hue angle of 123.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF1C is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 28 | - |
| CMYK | 0.95 | 0 | 0.89 | 0 |
| HSL | 123.95º | 1% | 0.52% | - |
| HSV(B) | 123.95º | 0.95% | 1% | - |
| XYZ | 36.12 | 71.68 | 13.03 | - |
| YUV | 156.47 | 55.49 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 28 | 0.95 | 0 | 0.89 | 0 | 123.95 | 1 | 0.52 |
| Hex | C | FF | 1C | 5F | 0 | 59 | 0 | 7C | 64 | 34 |
| Octal | 14 | 377 | 34 | 137 | 0 | 131 | 0 | 174 | 144 | 64 |
| Binary | 1100 | 11111111 | 11100 | 1011111 | 0 | 1011001 | 0 | 1111100 | 1100100 | 110100 |
Color Harmonies of #0CFF1C
Complementary color
Monochromatic Colors of #0CFF1C
Black with #0CFF1C
Text Example
Text Example
White with #0CFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF1C; }
p { color: rgb(12,255,28); }
H1.HeaderClassName
{
color: #0CFF1C;
}
.AnyTagClassName
{
color: #0CFF1C;
}
</style>
background-color css
<style>
a { background-color: #0CFF1C; }
a { background-color: rgb(12,255,28); }
div.DivClassName
{
background-color: #0CFF1C;
}
.BgClassName
{
background-color: #0CFF1C;
}
</style>
border-color css
<style>
span { border-color: #0CFF1C; }
span { border-color: rgb(12,255,28); }
td.TdClassName
{
border-color: #0CFF1C;
}
.TagClassName
{
border-color: #0CFF1C;
}
</style>