Shades of Free Speech Green #00CE0A
Tints of Free Speech Green #00CE0A
RGB
CMYK
RGB Variations
Color information
#00CE0A (or 0x00CE0A) is known color: Free Speech Green. HEX triplet: 00, CE and 0A. RGB value is (0,206,10). Sum of RGB (Red+Green+Blue) = 0+206+10=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 206 (80.86% from 255 or 95.37% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE0A is #FF31F5. Grayscale: #7A7A7A. Windows color (decimal): -16724470 or 708096. OLE color: 708096.
HSL color Cylindrical-coordinate representation of color #00CE0A: hue angle of 122.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE0A is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 10 | - |
| CMYK | 1 | 0 | 0.95 | 0.19 |
| HSL | 122.91º | 1% | 0.4% | - |
| HSV(B) | 122.91º | 1% | 0.81% | - |
| XYZ | 22.13 | 44.16 | 7.65 | - |
| YUV | 122.06 | 64.75 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 10 | 1 | 0 | 0.95 | 0.19 | 122.91 | 1 | 0.4 |
| Hex | 0 | CE | A | 64 | 0 | 5F | 13 | 7B | 64 | 28 |
| Octal | 0 | 316 | 12 | 144 | 0 | 137 | 23 | 173 | 144 | 50 |
| Binary | 0 | 11001110 | 1010 | 1100100 | 0 | 1011111 | 10011 | 1111011 | 1100100 | 101000 |
Color Harmonies of #00CE0A
Complementary color
Monochromatic Colors of #00CE0A
Black with #00CE0A
Text Example
Text Example
White with #00CE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE0A; }
p { color: rgb(0,206,10); }
H1.HeaderClassName
{
color: #00CE0A;
}
.AnyTagClassName
{
color: #00CE0A;
}
</style>
background-color css
<style>
a { background-color: #00CE0A; }
a { background-color: rgb(0,206,10); }
div.DivClassName
{
background-color: #00CE0A;
}
.BgClassName
{
background-color: #00CE0A;
}
</style>
border-color css
<style>
span { border-color: #00CE0A; }
span { border-color: rgb(0,206,10); }
td.TdClassName
{
border-color: #00CE0A;
}
.TagClassName
{
border-color: #00CE0A;
}
</style>