Shades of Free Speech Green #15FA02
Tints of Free Speech Green #15FA02
RGB
CMYK
RGB Variations
Color information
#15FA02 (or 0x15FA02) is known color: Free Speech Green. HEX triplet: 15, FA and 02. RGB value is (21,250,2). Sum of RGB (Red+Green+Blue) = 21+250+2=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 250 (98.05% from 255 or 91.58% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 250 - color contains mainly: green. Hex color #15FA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #15FA02 is #EA05FD. Grayscale: #9A9A9A. Windows color (decimal): -15336958 or 195093. OLE color: 195093.
HSL color Cylindrical-coordinate representation of color #15FA02: hue angle of 115.4º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15FA02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 250 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.02 |
| HSL | 115.4º | 0.98% | 0.49% | - |
| HSV(B) | 115.4º | 0.99% | 0.98% | - |
| XYZ | 34.51 | 68.54 | 11.47 | - |
| YUV | 153.26 | 42.63 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 250 | 2 | 0.92 | 0 | 0.99 | 0.02 | 115.4 | 0.98 | 0.49 |
| Hex | 15 | FA | 2 | 5C | 0 | 63 | 2 | 73 | 62 | 31 |
| Octal | 25 | 372 | 2 | 134 | 0 | 143 | 2 | 163 | 142 | 61 |
| Binary | 10101 | 11111010 | 10 | 1011100 | 0 | 1100011 | 10 | 1110011 | 1100010 | 110001 |
Color Harmonies of #15FA02
Complementary color
Monochromatic Colors of #15FA02
Black with #15FA02
Text Example
Text Example
White with #15FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FA02; }
p { color: rgb(21,250,2); }
H1.HeaderClassName
{
color: #15FA02;
}
.AnyTagClassName
{
color: #15FA02;
}
</style>
background-color css
<style>
a { background-color: #15FA02; }
a { background-color: rgb(21,250,2); }
div.DivClassName
{
background-color: #15FA02;
}
.BgClassName
{
background-color: #15FA02;
}
</style>
border-color css
<style>
span { border-color: #15FA02; }
span { border-color: rgb(21,250,2); }
td.TdClassName
{
border-color: #15FA02;
}
.TagClassName
{
border-color: #15FA02;
}
</style>