Shades of Free Speech Green #15DF01
Tints of Free Speech Green #15DF01
RGB
CMYK
RGB Variations
Color information
#15DF01 (or 0x15DF01) is known color: Free Speech Green. HEX triplet: 15, DF and 01. RGB value is (21,223,1). Sum of RGB (Red+Green+Blue) = 21+223+1=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 223 (87.5% from 255 or 91.02% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DF01 is #EA20FE. Grayscale: #898989. Windows color (decimal): -15343871 or 122645. OLE color: 122645.
HSL color Cylindrical-coordinate representation of color #15DF01: hue angle of 114.59º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15DF01 is Cyan = 0.91, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 1 | - |
| CMYK | 0.91 | 0 | 1.00 | 0.13 |
| HSL | 114.59º | 0.99% | 0.44% | - |
| HSV(B) | 114.59º | 1% | 0.87% | - |
| XYZ | 26.7 | 52.94 | 8.84 | - |
| YUV | 137.29 | 51.08 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 1 | 0.91 | 0 | 1.00 | 0.13 | 114.59 | 0.99 | 0.44 |
| Hex | 15 | DF | 1 | 5B | 0 | 64 | D | 73 | 63 | 2C |
| Octal | 25 | 337 | 1 | 133 | 0 | 144 | 15 | 163 | 143 | 54 |
| Binary | 10101 | 11011111 | 1 | 1011011 | 0 | 1100100 | 1101 | 1110011 | 1100011 | 101100 |
Color Harmonies of #15DF01
Complementary color
Monochromatic Colors of #15DF01
Black with #15DF01
Text Example
Text Example
White with #15DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF01; }
p { color: rgb(21,223,1); }
H1.HeaderClassName
{
color: #15DF01;
}
.AnyTagClassName
{
color: #15DF01;
}
</style>
background-color css
<style>
a { background-color: #15DF01; }
a { background-color: rgb(21,223,1); }
div.DivClassName
{
background-color: #15DF01;
}
.BgClassName
{
background-color: #15DF01;
}
</style>
border-color css
<style>
span { border-color: #15DF01; }
span { border-color: rgb(21,223,1); }
td.TdClassName
{
border-color: #15DF01;
}
.TagClassName
{
border-color: #15DF01;
}
</style>