Shades of Free Speech Green #11F92A
Tints of Free Speech Green #11F92A
RGB
CMYK
RGB Variations
Color information
#11F92A (or 0x11F92A) is known color: Free Speech Green. HEX triplet: 11, F9 and 2A. RGB value is (17,249,42). Sum of RGB (Red+Green+Blue) = 17+249+42=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 249 (97.66% from 255 or 80.84% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 249 - color contains mainly: green. Hex color #11F92A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F92A is #EE06D5. Grayscale: #9C9C9C. Windows color (decimal): -15599318 or 2816273. OLE color: 2816273.
HSL color Cylindrical-coordinate representation of color #11F92A: hue angle of 126.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F92A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 249 | 42 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.02 |
| HSL | 126.47º | 0.95% | 0.52% | - |
| HSV(B) | 126.47º | 0.93% | 0.98% | - |
| XYZ | 34.52 | 68.04 | 13.5 | - |
| YUV | 156.03 | 63.64 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 249 | 42 | 0.93 | 0 | 0.83 | 0.02 | 126.47 | 0.95 | 0.52 |
| Hex | 11 | F9 | 2A | 5D | 0 | 53 | 2 | 7E | 5F | 34 |
| Octal | 21 | 371 | 52 | 135 | 0 | 123 | 2 | 176 | 137 | 64 |
| Binary | 10001 | 11111001 | 101010 | 1011101 | 0 | 1010011 | 10 | 1111110 | 1011111 | 110100 |
Color Harmonies of #11F92A
Complementary color
Monochromatic Colors of #11F92A
Black with #11F92A
Text Example
Text Example
White with #11F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F92A; }
p { color: rgb(17,249,42); }
H1.HeaderClassName
{
color: #11F92A;
}
.AnyTagClassName
{
color: #11F92A;
}
</style>
background-color css
<style>
a { background-color: #11F92A; }
a { background-color: rgb(17,249,42); }
div.DivClassName
{
background-color: #11F92A;
}
.BgClassName
{
background-color: #11F92A;
}
</style>
border-color css
<style>
span { border-color: #11F92A; }
span { border-color: rgb(17,249,42); }
td.TdClassName
{
border-color: #11F92A;
}
.TagClassName
{
border-color: #11F92A;
}
</style>