Shades of Free Speech Green #15D008
Tints of Free Speech Green #15D008
RGB
CMYK
RGB Variations
Color information
#15D008 (or 0x15D008) is known color: Free Speech Green. HEX triplet: 15, D0 and 08. RGB value is (21,208,8). Sum of RGB (Red+Green+Blue) = 21+208+8=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 208 (81.64% from 255 or 87.76% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 208 - color contains mainly: green. Hex color #15D008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D008 is #EA2FF7. Grayscale: #818181. Windows color (decimal): -15347704 or 577557. OLE color: 577557.
HSL color Cylindrical-coordinate representation of color #15D008: hue angle of 116.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15D008 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 8 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.18 |
| HSL | 116.1º | 0.93% | 0.42% | - |
| HSV(B) | 116.1º | 0.96% | 0.82% | - |
| XYZ | 22.91 | 45.29 | 7.76 | - |
| YUV | 129.29 | 59.55 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 8 | 0.90 | 0 | 0.96 | 0.18 | 116.1 | 0.93 | 0.42 |
| Hex | 15 | D0 | 8 | 5A | 0 | 60 | 12 | 74 | 5D | 2A |
| Octal | 25 | 320 | 10 | 132 | 0 | 140 | 22 | 164 | 135 | 52 |
| Binary | 10101 | 11010000 | 1000 | 1011010 | 0 | 1100000 | 10010 | 1110100 | 1011101 | 101010 |
Color Harmonies of #15D008
Complementary color
Monochromatic Colors of #15D008
Black with #15D008
Text Example
Text Example
White with #15D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D008; }
p { color: rgb(21,208,8); }
H1.HeaderClassName
{
color: #15D008;
}
.AnyTagClassName
{
color: #15D008;
}
</style>
background-color css
<style>
a { background-color: #15D008; }
a { background-color: rgb(21,208,8); }
div.DivClassName
{
background-color: #15D008;
}
.BgClassName
{
background-color: #15D008;
}
</style>
border-color css
<style>
span { border-color: #15D008; }
span { border-color: rgb(21,208,8); }
td.TdClassName
{
border-color: #15D008;
}
.TagClassName
{
border-color: #15D008;
}
</style>