Shades of Free Speech Green #15E800
Tints of Free Speech Green #15E800
RGB
CMYK
RGB Variations
Color information
#15E800 (or 0x15E800) is known color: Free Speech Green. HEX triplet: 15, E8 and 00. RGB value is (21,232,0). Sum of RGB (Red+Green+Blue) = 21+232+0=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 232 (91.02% from 255 or 91.70% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 232 - color contains mainly: green. Hex color #15E800 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15E800 is #EA17FF. Grayscale: #8F8F8F. Windows color (decimal): -15341568 or 59413. OLE color: 59413.
HSL color Cylindrical-coordinate representation of color #15E800: hue angle of 114.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15E800 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 232 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.09 |
| HSL | 114.57º | 1% | 0.45% | - |
| HSV(B) | 114.57º | 1% | 0.91% | - |
| XYZ | 29.17 | 57.87 | 9.63 | - |
| YUV | 142.46 | 47.6 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 232 | 0 | 0.91 | 0 | 1 | 0.09 | 114.57 | 1 | 0.45 |
| Hex | 15 | E8 | 0 | 5B | 0 | 64 | 9 | 73 | 64 | 2D |
| Octal | 25 | 350 | 0 | 133 | 0 | 144 | 11 | 163 | 144 | 55 |
| Binary | 10101 | 11101000 | 0 | 1011011 | 0 | 1100100 | 1001 | 1110011 | 1100100 | 101101 |
Color Harmonies of #15E800
Complementary color
Monochromatic Colors of #15E800
Black with #15E800
Text Example
Text Example
White with #15E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E800; }
p { color: rgb(21,232,0); }
H1.HeaderClassName
{
color: #15E800;
}
.AnyTagClassName
{
color: #15E800;
}
</style>
background-color css
<style>
a { background-color: #15E800; }
a { background-color: rgb(21,232,0); }
div.DivClassName
{
background-color: #15E800;
}
.BgClassName
{
background-color: #15E800;
}
</style>
border-color css
<style>
span { border-color: #15E800; }
span { border-color: rgb(21,232,0); }
td.TdClassName
{
border-color: #15E800;
}
.TagClassName
{
border-color: #15E800;
}
</style>