Shades of Free Speech Green #15CA00
Tints of Free Speech Green #15CA00
RGB
CMYK
RGB Variations
Color information
#15CA00 (or 0x15CA00) is known color: Free Speech Green. HEX triplet: 15, CA and 00. RGB value is (21,202,0). Sum of RGB (Red+Green+Blue) = 21+202+0=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CA00 is #EA35FF. Grayscale: #7D7D7D. Windows color (decimal): -15349248 or 51733. OLE color: 51733.
HSL color Cylindrical-coordinate representation of color #15CA00: hue angle of 113.76º 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 #15CA00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 202 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.21 |
| HSL | 113.76º | 1% | 0.4% | - |
| HSV(B) | 113.76º | 1% | 0.79% | - |
| XYZ | 21.43 | 42.4 | 7.05 | - |
| YUV | 124.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 202 | 0 | 0.90 | 0 | 1 | 0.21 | 113.76 | 1 | 0.4 |
| Hex | 15 | CA | 0 | 5A | 0 | 64 | 15 | 72 | 64 | 28 |
| Octal | 25 | 312 | 0 | 132 | 0 | 144 | 25 | 162 | 144 | 50 |
| Binary | 10101 | 11001010 | 0 | 1011010 | 0 | 1100100 | 10101 | 1110010 | 1100100 | 101000 |
Color Harmonies of #15CA00
Complementary color
Monochromatic Colors of #15CA00
Black with #15CA00
Text Example
Text Example
White with #15CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CA00; }
p { color: rgb(21,202,0); }
H1.HeaderClassName
{
color: #15CA00;
}
.AnyTagClassName
{
color: #15CA00;
}
</style>
background-color css
<style>
a { background-color: #15CA00; }
a { background-color: rgb(21,202,0); }
div.DivClassName
{
background-color: #15CA00;
}
.BgClassName
{
background-color: #15CA00;
}
</style>
border-color css
<style>
span { border-color: #15CA00; }
span { border-color: rgb(21,202,0); }
td.TdClassName
{
border-color: #15CA00;
}
.TagClassName
{
border-color: #15CA00;
}
</style>