Shades of Free Speech Green #15F21A
Tints of Free Speech Green #15F21A
RGB
CMYK
RGB Variations
Color information
#15F21A (or 0x15F21A) is known color: Free Speech Green. HEX triplet: 15, F2 and 1A. RGB value is (21,242,26). Sum of RGB (Red+Green+Blue) = 21+242+26=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 242 (94.92% from 255 or 83.74% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 242 - color contains mainly: green. Hex color #15F21A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F21A is #EA0DE5. Grayscale: #979797. Windows color (decimal): -15338982 or 1765909. OLE color: 1765909.
HSL color Cylindrical-coordinate representation of color #15F21A: hue angle of 121.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F21A is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 26 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.05 |
| HSL | 121.36º | 0.89% | 0.52% | - |
| HSV(B) | 121.36º | 0.91% | 0.95% | - |
| XYZ | 32.25 | 63.74 | 11.58 | - |
| YUV | 151.3 | 57.28 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 26 | 0.91 | 0 | 0.89 | 0.05 | 121.36 | 0.89 | 0.52 |
| Hex | 15 | F2 | 1A | 5B | 0 | 59 | 5 | 79 | 59 | 34 |
| Octal | 25 | 362 | 32 | 133 | 0 | 131 | 5 | 171 | 131 | 64 |
| Binary | 10101 | 11110010 | 11010 | 1011011 | 0 | 1011001 | 101 | 1111001 | 1011001 | 110100 |
Color Harmonies of #15F21A
Complementary color
Monochromatic Colors of #15F21A
Black with #15F21A
Text Example
Text Example
White with #15F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F21A; }
p { color: rgb(21,242,26); }
H1.HeaderClassName
{
color: #15F21A;
}
.AnyTagClassName
{
color: #15F21A;
}
</style>
background-color css
<style>
a { background-color: #15F21A; }
a { background-color: rgb(21,242,26); }
div.DivClassName
{
background-color: #15F21A;
}
.BgClassName
{
background-color: #15F21A;
}
</style>
border-color css
<style>
span { border-color: #15F21A; }
span { border-color: rgb(21,242,26); }
td.TdClassName
{
border-color: #15F21A;
}
.TagClassName
{
border-color: #15F21A;
}
</style>