Shades of Free Speech Green #15E932
Tints of Free Speech Green #15E932
RGB
CMYK
RGB Variations
Color information
#15E932 (or 0x15E932) is known color: Free Speech Green. HEX triplet: 15, E9 and 32. RGB value is (21,233,50). Sum of RGB (Red+Green+Blue) = 21+233+50=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #15E932 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15E932 is #EA16CD. Grayscale: #959595. Windows color (decimal): -15341262 or 3336469. OLE color: 3336469.
HSL color Cylindrical-coordinate representation of color #15E932: hue angle of 128.21º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E932 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 233 | 50 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.09 |
| HSL | 128.21º | 0.83% | 0.5% | - |
| HSV(B) | 128.21º | 0.91% | 0.91% | - |
| XYZ | 30.02 | 58.67 | 12.76 | - |
| YUV | 148.75 | 72.26 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 233 | 50 | 0.91 | 0 | 0.79 | 0.09 | 128.21 | 0.83 | 0.5 |
| Hex | 15 | E9 | 32 | 5B | 0 | 4F | 9 | 80 | 53 | 32 |
| Octal | 25 | 351 | 62 | 133 | 0 | 117 | 11 | 200 | 123 | 62 |
| Binary | 10101 | 11101001 | 110010 | 1011011 | 0 | 1001111 | 1001 | 10000000 | 1010011 | 110010 |
Color Harmonies of #15E932
Complementary color
Monochromatic Colors of #15E932
Black with #15E932
Text Example
Text Example
White with #15E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E932; }
p { color: rgb(21,233,50); }
H1.HeaderClassName
{
color: #15E932;
}
.AnyTagClassName
{
color: #15E932;
}
</style>
background-color css
<style>
a { background-color: #15E932; }
a { background-color: rgb(21,233,50); }
div.DivClassName
{
background-color: #15E932;
}
.BgClassName
{
background-color: #15E932;
}
</style>
border-color css
<style>
span { border-color: #15E932; }
span { border-color: rgb(21,233,50); }
td.TdClassName
{
border-color: #15E932;
}
.TagClassName
{
border-color: #15E932;
}
</style>