Shades of Free Speech Green #0CFF0D
Tints of Free Speech Green #0CFF0D
RGB
CMYK
RGB Variations
Color information
#0CFF0D (or 0x0CFF0D) is known color: Free Speech Green. HEX triplet: 0C, FF and 0D. RGB value is (12,255,13). Sum of RGB (Red+Green+Blue) = 12+255+13=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 255 (100% from 255 or 91.07% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CFF0D is #F300F2. Grayscale: #9B9B9B. Windows color (decimal): -15925491 or 917260. OLE color: 917260.
HSL color Cylindrical-coordinate representation of color #0CFF0D: hue angle of 120.25º 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 #0CFF0D is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 13 | - |
| CMYK | 0.95 | 0 | 0.95 | 0 |
| HSL | 120.25º | 1% | 0.52% | - |
| HSV(B) | 120.25º | 0.95% | 1% | - |
| XYZ | 35.98 | 71.63 | 12.31 | - |
| YUV | 154.76 | 47.99 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 13 | 0.95 | 0 | 0.95 | 0 | 120.25 | 1 | 0.52 |
| Hex | C | FF | D | 5F | 0 | 5F | 0 | 78 | 64 | 34 |
| Octal | 14 | 377 | 15 | 137 | 0 | 137 | 0 | 170 | 144 | 64 |
| Binary | 1100 | 11111111 | 1101 | 1011111 | 0 | 1011111 | 0 | 1111000 | 1100100 | 110100 |
Color Harmonies of #0CFF0D
Complementary color
Monochromatic Colors of #0CFF0D
Black with #0CFF0D
Text Example
Text Example
White with #0CFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF0D; }
p { color: rgb(12,255,13); }
H1.HeaderClassName
{
color: #0CFF0D;
}
.AnyTagClassName
{
color: #0CFF0D;
}
</style>
background-color css
<style>
a { background-color: #0CFF0D; }
a { background-color: rgb(12,255,13); }
div.DivClassName
{
background-color: #0CFF0D;
}
.BgClassName
{
background-color: #0CFF0D;
}
</style>
border-color css
<style>
span { border-color: #0CFF0D; }
span { border-color: rgb(12,255,13); }
td.TdClassName
{
border-color: #0CFF0D;
}
.TagClassName
{
border-color: #0CFF0D;
}
</style>