Shades of Free Speech Green #00CA08
Tints of Free Speech Green #00CA08
RGB
CMYK
RGB Variations
Color information
#00CA08 (or 0x00CA08) is known color: Free Speech Green. HEX triplet: 00, CA and 08. RGB value is (0,202,8). Sum of RGB (Red+Green+Blue) = 0+202+8=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 202 (79.30% from 255 or 96.19% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CA08 is #FF35F7. Grayscale: #787878. Windows color (decimal): -16725496 or 576000. OLE color: 576000.
HSL color Cylindrical-coordinate representation of color #00CA08: hue angle of 122.38º 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 #00CA08 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.21 |
| HSL | 122.38º | 1% | 0.4% | - |
| HSV(B) | 122.38º | 1% | 0.79% | - |
| XYZ | 21.16 | 42.26 | 7.27 | - |
| YUV | 119.49 | 65.08 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 8 | 1 | 0 | 0.96 | 0.21 | 122.38 | 1 | 0.4 |
| Hex | 0 | CA | 8 | 64 | 0 | 60 | 15 | 7A | 64 | 28 |
| Octal | 0 | 312 | 10 | 144 | 0 | 140 | 25 | 172 | 144 | 50 |
| Binary | 0 | 11001010 | 1000 | 1100100 | 0 | 1100000 | 10101 | 1111010 | 1100100 | 101000 |
Color Harmonies of #00CA08
Complementary color
Monochromatic Colors of #00CA08
Black with #00CA08
Text Example
Text Example
White with #00CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA08; }
p { color: rgb(0,202,8); }
H1.HeaderClassName
{
color: #00CA08;
}
.AnyTagClassName
{
color: #00CA08;
}
</style>
background-color css
<style>
a { background-color: #00CA08; }
a { background-color: rgb(0,202,8); }
div.DivClassName
{
background-color: #00CA08;
}
.BgClassName
{
background-color: #00CA08;
}
</style>
border-color css
<style>
span { border-color: #00CA08; }
span { border-color: rgb(0,202,8); }
td.TdClassName
{
border-color: #00CA08;
}
.TagClassName
{
border-color: #00CA08;
}
</style>