Shades of Free Speech Green #12FE0D
Tints of Free Speech Green #12FE0D
RGB
CMYK
RGB Variations
Color information
#12FE0D (or 0x12FE0D) is known color: Free Speech Green. HEX triplet: 12, FE and 0D. RGB value is (18,254,13). Sum of RGB (Red+Green+Blue) = 18+254+13=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 254 (99.61% from 255 or 89.12% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12FE0D is #ED01F2. Grayscale: #9C9C9C. Windows color (decimal): -15532531 or 917010. OLE color: 917010.
HSL color Cylindrical-coordinate representation of color #12FE0D: hue angle of 118.76º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12FE0D is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 13 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.00 |
| HSL | 118.76º | 0.99% | 0.52% | - |
| HSV(B) | 118.76º | 0.95% | 1% | - |
| XYZ | 35.76 | 71.04 | 12.21 | - |
| YUV | 155.96 | 47.31 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 13 | 0.93 | 0 | 0.95 | 0.00 | 118.76 | 0.99 | 0.52 |
| Hex | 12 | FE | D | 5D | 0 | 5F | 0 | 77 | 63 | 34 |
| Octal | 22 | 376 | 15 | 135 | 0 | 137 | 0 | 167 | 143 | 64 |
| Binary | 10010 | 11111110 | 1101 | 1011101 | 0 | 1011111 | 0 | 1110111 | 1100011 | 110100 |
Color Harmonies of #12FE0D
Complementary color
Monochromatic Colors of #12FE0D
Black with #12FE0D
Text Example
Text Example
White with #12FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE0D; }
p { color: rgb(18,254,13); }
H1.HeaderClassName
{
color: #12FE0D;
}
.AnyTagClassName
{
color: #12FE0D;
}
</style>
background-color css
<style>
a { background-color: #12FE0D; }
a { background-color: rgb(18,254,13); }
div.DivClassName
{
background-color: #12FE0D;
}
.BgClassName
{
background-color: #12FE0D;
}
</style>
border-color css
<style>
span { border-color: #12FE0D; }
span { border-color: rgb(18,254,13); }
td.TdClassName
{
border-color: #12FE0D;
}
.TagClassName
{
border-color: #12FE0D;
}
</style>