Shades of Free Speech Green #0CFE09
Tints of Free Speech Green #0CFE09
RGB
CMYK
RGB Variations
Color information
#0CFE09 (or 0x0CFE09) is known color: Free Speech Green. HEX triplet: 0C, FE and 09. RGB value is (12,254,9). Sum of RGB (Red+Green+Blue) = 12+254+9=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 254 (99.61% from 255 or 92.36% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFE09 is #F301F6. Grayscale: #9A9A9A. Windows color (decimal): -15925751 or 654860. OLE color: 654860.
HSL color Cylindrical-coordinate representation of color #0CFE09: hue angle of 119.27º 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 #0CFE09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.00 |
| HSL | 119.27º | 0.99% | 0.52% | - |
| HSV(B) | 119.27º | 0.96% | 1% | - |
| XYZ | 35.64 | 70.98 | 12.08 | - |
| YUV | 153.71 | 46.33 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 9 | 0.95 | 0 | 0.96 | 0.00 | 119.27 | 0.99 | 0.52 |
| Hex | C | FE | 9 | 5F | 0 | 60 | 0 | 77 | 63 | 34 |
| Octal | 14 | 376 | 11 | 137 | 0 | 140 | 0 | 167 | 143 | 64 |
| Binary | 1100 | 11111110 | 1001 | 1011111 | 0 | 1100000 | 0 | 1110111 | 1100011 | 110100 |
Color Harmonies of #0CFE09
Complementary color
Monochromatic Colors of #0CFE09
Black with #0CFE09
Text Example
Text Example
White with #0CFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE09; }
p { color: rgb(12,254,9); }
H1.HeaderClassName
{
color: #0CFE09;
}
.AnyTagClassName
{
color: #0CFE09;
}
</style>
background-color css
<style>
a { background-color: #0CFE09; }
a { background-color: rgb(12,254,9); }
div.DivClassName
{
background-color: #0CFE09;
}
.BgClassName
{
background-color: #0CFE09;
}
</style>
border-color css
<style>
span { border-color: #0CFE09; }
span { border-color: rgb(12,254,9); }
td.TdClassName
{
border-color: #0CFE09;
}
.TagClassName
{
border-color: #0CFE09;
}
</style>