Shades of Free Speech Green #0CDF06
Tints of Free Speech Green #0CDF06
RGB
CMYK
RGB Variations
Color information
#0CDF06 (or 0x0CDF06) is known color: Free Speech Green. HEX triplet: 0C, DF and 06. RGB value is (12,223,6). Sum of RGB (Red+Green+Blue) = 12+223+6=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 223 (87.5% from 255 or 92.53% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDF06 is #F320F9. Grayscale: #878787. Windows color (decimal): -15933690 or 450316. OLE color: 450316.
HSL color Cylindrical-coordinate representation of color #0CDF06: hue angle of 118.34º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CDF06 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.13 |
| HSL | 118.34º | 0.95% | 0.45% | - |
| HSV(B) | 118.34º | 0.97% | 0.87% | - |
| XYZ | 26.57 | 52.87 | 8.98 | - |
| YUV | 135.17 | 55.1 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 6 | 0.95 | 0 | 0.97 | 0.13 | 118.34 | 0.95 | 0.45 |
| Hex | C | DF | 6 | 5F | 0 | 61 | D | 76 | 5F | 2D |
| Octal | 14 | 337 | 6 | 137 | 0 | 141 | 15 | 166 | 137 | 55 |
| Binary | 1100 | 11011111 | 110 | 1011111 | 0 | 1100001 | 1101 | 1110110 | 1011111 | 101101 |
Color Harmonies of #0CDF06
Complementary color
Monochromatic Colors of #0CDF06
Black with #0CDF06
Text Example
Text Example
White with #0CDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF06; }
p { color: rgb(12,223,6); }
H1.HeaderClassName
{
color: #0CDF06;
}
.AnyTagClassName
{
color: #0CDF06;
}
</style>
background-color css
<style>
a { background-color: #0CDF06; }
a { background-color: rgb(12,223,6); }
div.DivClassName
{
background-color: #0CDF06;
}
.BgClassName
{
background-color: #0CDF06;
}
</style>
border-color css
<style>
span { border-color: #0CDF06; }
span { border-color: rgb(12,223,6); }
td.TdClassName
{
border-color: #0CDF06;
}
.TagClassName
{
border-color: #0CDF06;
}
</style>