Shades of Free Speech Green #0CFC12
Tints of Free Speech Green #0CFC12
RGB
CMYK
RGB Variations
Color information
#0CFC12 (or 0x0CFC12) is known color: Free Speech Green. HEX triplet: 0C, FC and 12. RGB value is (12,252,18). Sum of RGB (Red+Green+Blue) = 12+252+18=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 252 (98.83% from 255 or 89.36% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFC12 is #F303ED. Grayscale: #9A9A9A. Windows color (decimal): -15926254 or 1244172. OLE color: 1244172.
HSL color Cylindrical-coordinate representation of color #0CFC12: hue angle of 121.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFC12 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 18 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.01 |
| HSL | 121.5º | 0.98% | 0.52% | - |
| HSV(B) | 121.5º | 0.95% | 0.99% | - |
| XYZ | 35.07 | 69.74 | 12.19 | - |
| YUV | 153.56 | 51.49 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 18 | 0.95 | 0 | 0.93 | 0.01 | 121.5 | 0.98 | 0.52 |
| Hex | C | FC | 12 | 5F | 0 | 5D | 1 | 7A | 62 | 34 |
| Octal | 14 | 374 | 22 | 137 | 0 | 135 | 1 | 172 | 142 | 64 |
| Binary | 1100 | 11111100 | 10010 | 1011111 | 0 | 1011101 | 1 | 1111010 | 1100010 | 110100 |
Color Harmonies of #0CFC12
Complementary color
Monochromatic Colors of #0CFC12
Black with #0CFC12
Text Example
Text Example
White with #0CFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFC12; }
p { color: rgb(12,252,18); }
H1.HeaderClassName
{
color: #0CFC12;
}
.AnyTagClassName
{
color: #0CFC12;
}
</style>
background-color css
<style>
a { background-color: #0CFC12; }
a { background-color: rgb(12,252,18); }
div.DivClassName
{
background-color: #0CFC12;
}
.BgClassName
{
background-color: #0CFC12;
}
</style>
border-color css
<style>
span { border-color: #0CFC12; }
span { border-color: rgb(12,252,18); }
td.TdClassName
{
border-color: #0CFC12;
}
.TagClassName
{
border-color: #0CFC12;
}
</style>