Shades of Free Speech Green #12DF1F
Tints of Free Speech Green #12DF1F
RGB
CMYK
RGB Variations
Color information
#12DF1F (or 0x12DF1F) is known color: Free Speech Green. HEX triplet: 12, DF and 1F. RGB value is (18,223,31). Sum of RGB (Red+Green+Blue) = 18+223+31=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF1F is #ED20E0. Grayscale: #8C8C8C. Windows color (decimal): -15540449 or 2088722. OLE color: 2088722.
HSL color Cylindrical-coordinate representation of color #12DF1F: hue angle of 123.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF1F is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 31 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.13 |
| HSL | 123.8º | 0.85% | 0.47% | - |
| HSV(B) | 123.8º | 0.92% | 0.87% | - |
| XYZ | 26.88 | 53 | 10.11 | - |
| YUV | 139.82 | 66.58 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 31 | 0.92 | 0 | 0.86 | 0.13 | 123.8 | 0.85 | 0.47 |
| Hex | 12 | DF | 1F | 5C | 0 | 56 | D | 7C | 55 | 2F |
| Octal | 22 | 337 | 37 | 134 | 0 | 126 | 15 | 174 | 125 | 57 |
| Binary | 10010 | 11011111 | 11111 | 1011100 | 0 | 1010110 | 1101 | 1111100 | 1010101 | 101111 |
Color Harmonies of #12DF1F
Complementary color
Monochromatic Colors of #12DF1F
Black with #12DF1F
Text Example
Text Example
White with #12DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF1F; }
p { color: rgb(18,223,31); }
H1.HeaderClassName
{
color: #12DF1F;
}
.AnyTagClassName
{
color: #12DF1F;
}
</style>
background-color css
<style>
a { background-color: #12DF1F; }
a { background-color: rgb(18,223,31); }
div.DivClassName
{
background-color: #12DF1F;
}
.BgClassName
{
background-color: #12DF1F;
}
</style>
border-color css
<style>
span { border-color: #12DF1F; }
span { border-color: rgb(18,223,31); }
td.TdClassName
{
border-color: #12DF1F;
}
.TagClassName
{
border-color: #12DF1F;
}
</style>