Shades of Free Speech Green #15EA14
Tints of Free Speech Green #15EA14
RGB
CMYK
RGB Variations
Color information
#15EA14 (or 0x15EA14) is known color: Free Speech Green. HEX triplet: 15, EA and 14. RGB value is (21,234,20). Sum of RGB (Red+Green+Blue) = 21+234+20=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 234 (91.80% from 255 or 85.09% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 234 - color contains mainly: green. Hex color #15EA14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15EA14 is #EA15EB. Grayscale: #929292. Windows color (decimal): -15341036 or 1370645. OLE color: 1370645.
HSL color Cylindrical-coordinate representation of color #15EA14: hue angle of 119.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EA14 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 234 | 20 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.08 |
| HSL | 119.72º | 0.84% | 0.5% | - |
| HSV(B) | 119.72º | 0.91% | 0.92% | - |
| XYZ | 29.86 | 59.06 | 10.49 | - |
| YUV | 145.92 | 56.93 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 234 | 20 | 0.91 | 0 | 0.91 | 0.08 | 119.72 | 0.84 | 0.5 |
| Hex | 15 | EA | 14 | 5B | 0 | 5B | 8 | 78 | 54 | 32 |
| Octal | 25 | 352 | 24 | 133 | 0 | 133 | 10 | 170 | 124 | 62 |
| Binary | 10101 | 11101010 | 10100 | 1011011 | 0 | 1011011 | 1000 | 1111000 | 1010100 | 110010 |
Color Harmonies of #15EA14
Complementary color
Monochromatic Colors of #15EA14
Black with #15EA14
Text Example
Text Example
White with #15EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EA14; }
p { color: rgb(21,234,20); }
H1.HeaderClassName
{
color: #15EA14;
}
.AnyTagClassName
{
color: #15EA14;
}
</style>
background-color css
<style>
a { background-color: #15EA14; }
a { background-color: rgb(21,234,20); }
div.DivClassName
{
background-color: #15EA14;
}
.BgClassName
{
background-color: #15EA14;
}
</style>
border-color css
<style>
span { border-color: #15EA14; }
span { border-color: rgb(21,234,20); }
td.TdClassName
{
border-color: #15EA14;
}
.TagClassName
{
border-color: #15EA14;
}
</style>