Shades of Free Speech Green #00CB09
Tints of Free Speech Green #00CB09
RGB
CMYK
RGB Variations
Color information
#00CB09 (or 0x00CB09) is known color: Free Speech Green. HEX triplet: 00, CB and 09. RGB value is (0,203,9). Sum of RGB (Red+Green+Blue) = 0+203+9=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 203 (79.69% from 255 or 95.75% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB09 is #FF34F6. Grayscale: #787878. Windows color (decimal): -16725239 or 641792. OLE color: 641792.
HSL color Cylindrical-coordinate representation of color #00CB09: hue angle of 122.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB09 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.20 |
| HSL | 122.66º | 1% | 0.4% | - |
| HSV(B) | 122.66º | 1% | 0.8% | - |
| XYZ | 21.41 | 42.73 | 7.38 | - |
| YUV | 120.19 | 65.25 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 9 | 1 | 0 | 0.96 | 0.20 | 122.66 | 1 | 0.4 |
| Hex | 0 | CB | 9 | 64 | 0 | 60 | 14 | 7B | 64 | 28 |
| Octal | 0 | 313 | 11 | 144 | 0 | 140 | 24 | 173 | 144 | 50 |
| Binary | 0 | 11001011 | 1001 | 1100100 | 0 | 1100000 | 10100 | 1111011 | 1100100 | 101000 |
Color Harmonies of #00CB09
Complementary color
Monochromatic Colors of #00CB09
Black with #00CB09
Text Example
Text Example
White with #00CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB09; }
p { color: rgb(0,203,9); }
H1.HeaderClassName
{
color: #00CB09;
}
.AnyTagClassName
{
color: #00CB09;
}
</style>
background-color css
<style>
a { background-color: #00CB09; }
a { background-color: rgb(0,203,9); }
div.DivClassName
{
background-color: #00CB09;
}
.BgClassName
{
background-color: #00CB09;
}
</style>
border-color css
<style>
span { border-color: #00CB09; }
span { border-color: rgb(0,203,9); }
td.TdClassName
{
border-color: #00CB09;
}
.TagClassName
{
border-color: #00CB09;
}
</style>