Shades of Free Speech Green #0CF936
Tints of Free Speech Green #0CF936
RGB
CMYK
RGB Variations
Color information
#0CF936 (or 0x0CF936) is known color: Free Speech Green. HEX triplet: 0C, F9 and 36. RGB value is (12,249,54). Sum of RGB (Red+Green+Blue) = 12+249+54=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 249 (97.66% from 255 or 79.05% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF936 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF936 is #F306C9. Grayscale: #9C9C9C. Windows color (decimal): -15926986 or 3602700. OLE color: 3602700.
HSL color Cylindrical-coordinate representation of color #0CF936: hue angle of 130.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF936 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 54 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.02 |
| HSL | 130.63º | 0.95% | 0.51% | - |
| HSV(B) | 130.63º | 0.95% | 0.98% | - |
| XYZ | 34.69 | 68.1 | 14.81 | - |
| YUV | 155.91 | 70.48 | 25.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 54 | 0.95 | 0 | 0.78 | 0.02 | 130.63 | 0.95 | 0.51 |
| Hex | C | F9 | 36 | 5F | 0 | 4E | 2 | 83 | 5F | 33 |
| Octal | 14 | 371 | 66 | 137 | 0 | 116 | 2 | 203 | 137 | 63 |
| Binary | 1100 | 11111001 | 110110 | 1011111 | 0 | 1001110 | 10 | 10000011 | 1011111 | 110011 |
Color Harmonies of #0CF936
Complementary color
Monochromatic Colors of #0CF936
Black with #0CF936
Text Example
Text Example
White with #0CF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF936; }
p { color: rgb(12,249,54); }
H1.HeaderClassName
{
color: #0CF936;
}
.AnyTagClassName
{
color: #0CF936;
}
</style>
background-color css
<style>
a { background-color: #0CF936; }
a { background-color: rgb(12,249,54); }
div.DivClassName
{
background-color: #0CF936;
}
.BgClassName
{
background-color: #0CF936;
}
</style>
border-color css
<style>
span { border-color: #0CF936; }
span { border-color: rgb(12,249,54); }
td.TdClassName
{
border-color: #0CF936;
}
.TagClassName
{
border-color: #0CF936;
}
</style>