Shades of Free Speech Green #06CE0F
Tints of Free Speech Green #06CE0F
RGB
CMYK
RGB Variations
Color information
#06CE0F (or 0x06CE0F) is known color: Free Speech Green. HEX triplet: 06, CE and 0F. RGB value is (6,206,15). Sum of RGB (Red+Green+Blue) = 6+206+15=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 206 (80.86% from 255 or 90.75% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 206 - color contains mainly: green. Hex color #06CE0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CE0F is #F931F0. Grayscale: #7C7C7C. Windows color (decimal): -16331249 or 1035782. OLE color: 1035782.
HSL color Cylindrical-coordinate representation of color #06CE0F: hue angle of 122.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CE0F is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 206 | 15 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.19 |
| HSL | 122.7º | 0.94% | 0.42% | - |
| HSV(B) | 122.7º | 0.97% | 0.81% | - |
| XYZ | 22.23 | 44.22 | 7.81 | - |
| YUV | 124.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 206 | 15 | 0.97 | 0 | 0.93 | 0.19 | 122.7 | 0.94 | 0.42 |
| Hex | 6 | CE | F | 61 | 0 | 5D | 13 | 7B | 5E | 2A |
| Octal | 6 | 316 | 17 | 141 | 0 | 135 | 23 | 173 | 136 | 52 |
| Binary | 110 | 11001110 | 1111 | 1100001 | 0 | 1011101 | 10011 | 1111011 | 1011110 | 101010 |
Color Harmonies of #06CE0F
Complementary color
Monochromatic Colors of #06CE0F
Black with #06CE0F
Text Example
Text Example
White with #06CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CE0F; }
p { color: rgb(6,206,15); }
H1.HeaderClassName
{
color: #06CE0F;
}
.AnyTagClassName
{
color: #06CE0F;
}
</style>
background-color css
<style>
a { background-color: #06CE0F; }
a { background-color: rgb(6,206,15); }
div.DivClassName
{
background-color: #06CE0F;
}
.BgClassName
{
background-color: #06CE0F;
}
</style>
border-color css
<style>
span { border-color: #06CE0F; }
span { border-color: rgb(6,206,15); }
td.TdClassName
{
border-color: #06CE0F;
}
.TagClassName
{
border-color: #06CE0F;
}
</style>