Shades of Free Speech Green #00CE09
Tints of Free Speech Green #00CE09
RGB
CMYK
RGB Variations
Color information
#00CE09 (or 0x00CE09) is known color: Free Speech Green. HEX triplet: 00, CE and 09. RGB value is (0,206,9). Sum of RGB (Red+Green+Blue) = 0+206+9=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 206 (80.86% from 255 or 95.81% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE09 is #FF31F6. Grayscale: #7A7A7A. Windows color (decimal): -16724471 or 642560. OLE color: 642560.
HSL color Cylindrical-coordinate representation of color #00CE09: hue angle of 122.62º 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 #00CE09 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.19 |
| HSL | 122.62º | 1% | 0.4% | - |
| HSV(B) | 122.62º | 1% | 0.81% | - |
| XYZ | 22.12 | 44.16 | 7.62 | - |
| YUV | 121.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 9 | 1 | 0 | 0.96 | 0.19 | 122.62 | 1 | 0.4 |
| Hex | 0 | CE | 9 | 64 | 0 | 60 | 13 | 7B | 64 | 28 |
| Octal | 0 | 316 | 11 | 144 | 0 | 140 | 23 | 173 | 144 | 50 |
| Binary | 0 | 11001110 | 1001 | 1100100 | 0 | 1100000 | 10011 | 1111011 | 1100100 | 101000 |
Color Harmonies of #00CE09
Complementary color
Monochromatic Colors of #00CE09
Black with #00CE09
Text Example
Text Example
White with #00CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE09; }
p { color: rgb(0,206,9); }
H1.HeaderClassName
{
color: #00CE09;
}
.AnyTagClassName
{
color: #00CE09;
}
</style>
background-color css
<style>
a { background-color: #00CE09; }
a { background-color: rgb(0,206,9); }
div.DivClassName
{
background-color: #00CE09;
}
.BgClassName
{
background-color: #00CE09;
}
</style>
border-color css
<style>
span { border-color: #00CE09; }
span { border-color: rgb(0,206,9); }
td.TdClassName
{
border-color: #00CE09;
}
.TagClassName
{
border-color: #00CE09;
}
</style>