Shades of Free Speech Green #00CA09
Tints of Free Speech Green #00CA09
RGB
CMYK
RGB Variations
Color information
#00CA09 (or 0x00CA09) is known color: Free Speech Green. HEX triplet: 00, CA and 09. RGB value is (0,202,9). Sum of RGB (Red+Green+Blue) = 0+202+9=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 202 (79.30% from 255 or 95.73% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CA09 is #FF35F6. Grayscale: #787878. Windows color (decimal): -16725495 or 641536. OLE color: 641536.
HSL color Cylindrical-coordinate representation of color #00CA09: hue angle of 122.67º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA09 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.21 |
| HSL | 122.67º | 1% | 0.4% | - |
| HSV(B) | 122.67º | 1% | 0.79% | - |
| XYZ | 21.17 | 42.26 | 7.3 | - |
| YUV | 119.6 | 65.58 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 9 | 1 | 0 | 0.96 | 0.21 | 122.67 | 1 | 0.4 |
| Hex | 0 | CA | 9 | 64 | 0 | 60 | 15 | 7B | 64 | 28 |
| Octal | 0 | 312 | 11 | 144 | 0 | 140 | 25 | 173 | 144 | 50 |
| Binary | 0 | 11001010 | 1001 | 1100100 | 0 | 1100000 | 10101 | 1111011 | 1100100 | 101000 |
Color Harmonies of #00CA09
Complementary color
Monochromatic Colors of #00CA09
Black with #00CA09
Text Example
Text Example
White with #00CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA09; }
p { color: rgb(0,202,9); }
H1.HeaderClassName
{
color: #00CA09;
}
.AnyTagClassName
{
color: #00CA09;
}
</style>
background-color css
<style>
a { background-color: #00CA09; }
a { background-color: rgb(0,202,9); }
div.DivClassName
{
background-color: #00CA09;
}
.BgClassName
{
background-color: #00CA09;
}
</style>
border-color css
<style>
span { border-color: #00CA09; }
span { border-color: rgb(0,202,9); }
td.TdClassName
{
border-color: #00CA09;
}
.TagClassName
{
border-color: #00CA09;
}
</style>