Shades of Free Speech Green #15E00B
Tints of Free Speech Green #15E00B
RGB
CMYK
RGB Variations
Color information
#15E00B (or 0x15E00B) is known color: Free Speech Green. HEX triplet: 15, E0 and 0B. RGB value is (21,224,11). Sum of RGB (Red+Green+Blue) = 21+224+11=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 224 (87.89% from 255 or 87.5% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 224 - color contains mainly: green. Hex color #15E00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15E00B is #EA1FF4. Grayscale: #8B8B8B. Windows color (decimal): -15343605 or 778261. OLE color: 778261.
HSL color Cylindrical-coordinate representation of color #15E00B: hue angle of 117.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15E00B is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 11 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.12 |
| HSL | 117.18º | 0.91% | 0.46% | - |
| HSV(B) | 117.18º | 0.95% | 0.88% | - |
| XYZ | 27.03 | 53.49 | 9.22 | - |
| YUV | 139.02 | 55.75 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 11 | 0.91 | 0 | 0.95 | 0.12 | 117.18 | 0.91 | 0.46 |
| Hex | 15 | E0 | B | 5B | 0 | 5F | C | 75 | 5B | 2E |
| Octal | 25 | 340 | 13 | 133 | 0 | 137 | 14 | 165 | 133 | 56 |
| Binary | 10101 | 11100000 | 1011 | 1011011 | 0 | 1011111 | 1100 | 1110101 | 1011011 | 101110 |
Color Harmonies of #15E00B
Complementary color
Monochromatic Colors of #15E00B
Black with #15E00B
Text Example
Text Example
White with #15E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E00B; }
p { color: rgb(21,224,11); }
H1.HeaderClassName
{
color: #15E00B;
}
.AnyTagClassName
{
color: #15E00B;
}
</style>
background-color css
<style>
a { background-color: #15E00B; }
a { background-color: rgb(21,224,11); }
div.DivClassName
{
background-color: #15E00B;
}
.BgClassName
{
background-color: #15E00B;
}
</style>
border-color css
<style>
span { border-color: #15E00B; }
span { border-color: rgb(21,224,11); }
td.TdClassName
{
border-color: #15E00B;
}
.TagClassName
{
border-color: #15E00B;
}
</style>