Shades of Free Speech Green #0CF127
Tints of Free Speech Green #0CF127
RGB
CMYK
RGB Variations
Color information
#0CF127 (or 0x0CF127) is known color: Free Speech Green. HEX triplet: 0C, F1 and 27. RGB value is (12,241,39). Sum of RGB (Red+Green+Blue) = 12+241+39=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 241 (94.53% from 255 or 82.53% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF127 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF127 is #F30ED8. Grayscale: #969696. Windows color (decimal): -15929049 or 2617612. OLE color: 2617612.
HSL color Cylindrical-coordinate representation of color #0CF127: hue angle of 127.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF127 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 39 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.05 |
| HSL | 127.07º | 0.91% | 0.5% | - |
| HSV(B) | 127.07º | 0.95% | 0.95% | - |
| XYZ | 31.97 | 63.14 | 12.42 | - |
| YUV | 149.5 | 65.63 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 39 | 0.95 | 0 | 0.84 | 0.05 | 127.07 | 0.91 | 0.5 |
| Hex | C | F1 | 27 | 5F | 0 | 54 | 5 | 7F | 5B | 32 |
| Octal | 14 | 361 | 47 | 137 | 0 | 124 | 5 | 177 | 133 | 62 |
| Binary | 1100 | 11110001 | 100111 | 1011111 | 0 | 1010100 | 101 | 1111111 | 1011011 | 110010 |
Color Harmonies of #0CF127
Complementary color
Monochromatic Colors of #0CF127
Black with #0CF127
Text Example
Text Example
White with #0CF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF127; }
p { color: rgb(12,241,39); }
H1.HeaderClassName
{
color: #0CF127;
}
.AnyTagClassName
{
color: #0CF127;
}
</style>
background-color css
<style>
a { background-color: #0CF127; }
a { background-color: rgb(12,241,39); }
div.DivClassName
{
background-color: #0CF127;
}
.BgClassName
{
background-color: #0CF127;
}
</style>
border-color css
<style>
span { border-color: #0CF127; }
span { border-color: rgb(12,241,39); }
td.TdClassName
{
border-color: #0CF127;
}
.TagClassName
{
border-color: #0CF127;
}
</style>