Shades of Free Speech Green #15D203
Tints of Free Speech Green #15D203
RGB
CMYK
RGB Variations
Color information
#15D203 (or 0x15D203) is known color: Free Speech Green. HEX triplet: 15, D2 and 03. RGB value is (21,210,3). Sum of RGB (Red+Green+Blue) = 21+210+3=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 210 (82.42% from 255 or 89.74% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 210 - color contains mainly: green. Hex color #15D203 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15D203 is #EA2DFC. Grayscale: #828282. Windows color (decimal): -15347197 or 250389. OLE color: 250389.
HSL color Cylindrical-coordinate representation of color #15D203: hue angle of 114.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15D203 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 210 | 3 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.18 |
| HSL | 114.78º | 0.97% | 0.42% | - |
| HSV(B) | 114.78º | 0.99% | 0.82% | - |
| XYZ | 23.37 | 46.26 | 7.78 | - |
| YUV | 129.89 | 56.38 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 210 | 3 | 0.90 | 0 | 0.99 | 0.18 | 114.78 | 0.97 | 0.42 |
| Hex | 15 | D2 | 3 | 5A | 0 | 63 | 12 | 73 | 61 | 2A |
| Octal | 25 | 322 | 3 | 132 | 0 | 143 | 22 | 163 | 141 | 52 |
| Binary | 10101 | 11010010 | 11 | 1011010 | 0 | 1100011 | 10010 | 1110011 | 1100001 | 101010 |
Color Harmonies of #15D203
Complementary color
Monochromatic Colors of #15D203
Black with #15D203
Text Example
Text Example
White with #15D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D203; }
p { color: rgb(21,210,3); }
H1.HeaderClassName
{
color: #15D203;
}
.AnyTagClassName
{
color: #15D203;
}
</style>
background-color css
<style>
a { background-color: #15D203; }
a { background-color: rgb(21,210,3); }
div.DivClassName
{
background-color: #15D203;
}
.BgClassName
{
background-color: #15D203;
}
</style>
border-color css
<style>
span { border-color: #15D203; }
span { border-color: rgb(21,210,3); }
td.TdClassName
{
border-color: #15D203;
}
.TagClassName
{
border-color: #15D203;
}
</style>