Shades of Free Speech Green #12FE21
Tints of Free Speech Green #12FE21
RGB
CMYK
RGB Variations
Color information
#12FE21 (or 0x12FE21) is known color: Free Speech Green. HEX triplet: 12, FE and 21. RGB value is (18,254,33). Sum of RGB (Red+Green+Blue) = 18+254+33=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 254 (99.61% from 255 or 83.28% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FE21 is #ED01DE. Grayscale: #9E9E9E. Windows color (decimal): -15532511 or 2227730. OLE color: 2227730.
HSL color Cylindrical-coordinate representation of color #12FE21: hue angle of 123.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE21 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 33 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.00 |
| HSL | 123.81º | 0.99% | 0.53% | - |
| HSV(B) | 123.81º | 0.93% | 1% | - |
| XYZ | 35.97 | 71.12 | 13.27 | - |
| YUV | 158.24 | 57.31 | 27.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 33 | 0.93 | 0 | 0.87 | 0.00 | 123.81 | 0.99 | 0.53 |
| Hex | 12 | FE | 21 | 5D | 0 | 57 | 0 | 7C | 63 | 35 |
| Octal | 22 | 376 | 41 | 135 | 0 | 127 | 0 | 174 | 143 | 65 |
| Binary | 10010 | 11111110 | 100001 | 1011101 | 0 | 1010111 | 0 | 1111100 | 1100011 | 110101 |
Color Harmonies of #12FE21
Complementary color
Monochromatic Colors of #12FE21
Black with #12FE21
Text Example
Text Example
White with #12FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE21; }
p { color: rgb(18,254,33); }
H1.HeaderClassName
{
color: #12FE21;
}
.AnyTagClassName
{
color: #12FE21;
}
</style>
background-color css
<style>
a { background-color: #12FE21; }
a { background-color: rgb(18,254,33); }
div.DivClassName
{
background-color: #12FE21;
}
.BgClassName
{
background-color: #12FE21;
}
</style>
border-color css
<style>
span { border-color: #12FE21; }
span { border-color: rgb(18,254,33); }
td.TdClassName
{
border-color: #12FE21;
}
.TagClassName
{
border-color: #12FE21;
}
</style>