Shades of Free Speech Green #15DF1A
Tints of Free Speech Green #15DF1A
RGB
CMYK
RGB Variations
Color information
#15DF1A (or 0x15DF1A) is known color: Free Speech Green. HEX triplet: 15, DF and 1A. RGB value is (21,223,26). Sum of RGB (Red+Green+Blue) = 21+223+26=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 223 (87.5% from 255 or 82.59% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DF1A is #EA20E5. Grayscale: #8C8C8C. Windows color (decimal): -15343846 or 1761045. OLE color: 1761045.
HSL color Cylindrical-coordinate representation of color #15DF1A: hue angle of 121.49º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DF1A is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 26 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.13 |
| HSL | 121.49º | 0.83% | 0.48% | - |
| HSV(B) | 121.49º | 0.91% | 0.87% | - |
| XYZ | 26.88 | 53.01 | 9.79 | - |
| YUV | 140.14 | 63.58 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 26 | 0.91 | 0 | 0.88 | 0.13 | 121.49 | 0.83 | 0.48 |
| Hex | 15 | DF | 1A | 5B | 0 | 58 | D | 79 | 53 | 30 |
| Octal | 25 | 337 | 32 | 133 | 0 | 130 | 15 | 171 | 123 | 60 |
| Binary | 10101 | 11011111 | 11010 | 1011011 | 0 | 1011000 | 1101 | 1111001 | 1010011 | 110000 |
Color Harmonies of #15DF1A
Complementary color
Monochromatic Colors of #15DF1A
Black with #15DF1A
Text Example
Text Example
White with #15DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF1A; }
p { color: rgb(21,223,26); }
H1.HeaderClassName
{
color: #15DF1A;
}
.AnyTagClassName
{
color: #15DF1A;
}
</style>
background-color css
<style>
a { background-color: #15DF1A; }
a { background-color: rgb(21,223,26); }
div.DivClassName
{
background-color: #15DF1A;
}
.BgClassName
{
background-color: #15DF1A;
}
</style>
border-color css
<style>
span { border-color: #15DF1A; }
span { border-color: rgb(21,223,26); }
td.TdClassName
{
border-color: #15DF1A;
}
.TagClassName
{
border-color: #15DF1A;
}
</style>