Shades of Free Speech Green #15D90A
Tints of Free Speech Green #15D90A
RGB
CMYK
RGB Variations
Color information
#15D90A (or 0x15D90A) is known color: Free Speech Green. HEX triplet: 15, D9 and 0A. RGB value is (21,217,10). Sum of RGB (Red+Green+Blue) = 21+217+10=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 217 (85.16% from 255 or 87.5% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 217 - color contains mainly: green. Hex color #15D90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D90A is #EA26F5. Grayscale: #878787. Windows color (decimal): -15345398 or 710933. OLE color: 710933.
HSL color Cylindrical-coordinate representation of color #15D90A: hue angle of 116.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15D90A is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 217 | 10 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.15 |
| HSL | 116.81º | 0.91% | 0.45% | - |
| HSV(B) | 116.81º | 0.95% | 0.85% | - |
| XYZ | 25.18 | 49.81 | 8.57 | - |
| YUV | 134.8 | 57.57 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 217 | 10 | 0.90 | 0 | 0.95 | 0.15 | 116.81 | 0.91 | 0.45 |
| Hex | 15 | D9 | A | 5A | 0 | 5F | F | 75 | 5B | 2D |
| Octal | 25 | 331 | 12 | 132 | 0 | 137 | 17 | 165 | 133 | 55 |
| Binary | 10101 | 11011001 | 1010 | 1011010 | 0 | 1011111 | 1111 | 1110101 | 1011011 | 101101 |
Color Harmonies of #15D90A
Complementary color
Monochromatic Colors of #15D90A
Black with #15D90A
Text Example
Text Example
White with #15D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D90A; }
p { color: rgb(21,217,10); }
H1.HeaderClassName
{
color: #15D90A;
}
.AnyTagClassName
{
color: #15D90A;
}
</style>
background-color css
<style>
a { background-color: #15D90A; }
a { background-color: rgb(21,217,10); }
div.DivClassName
{
background-color: #15D90A;
}
.BgClassName
{
background-color: #15D90A;
}
</style>
border-color css
<style>
span { border-color: #15D90A; }
span { border-color: rgb(21,217,10); }
td.TdClassName
{
border-color: #15D90A;
}
.TagClassName
{
border-color: #15D90A;
}
</style>