Shades of Free Speech Green #12F527
Tints of Free Speech Green #12F527
RGB
CMYK
RGB Variations
Color information
#12F527 (or 0x12F527) is known color: Free Speech Green. HEX triplet: 12, F5 and 27. RGB value is (18,245,39). Sum of RGB (Red+Green+Blue) = 18+245+39=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 245 (96.09% from 255 or 81.13% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 245 - color contains mainly: green. Hex color #12F527 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F527 is #ED0AD8. Grayscale: #9A9A9A. Windows color (decimal): -15534809 or 2618642. OLE color: 2618642.
HSL color Cylindrical-coordinate representation of color #12F527: hue angle of 125.55º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F527 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 245 | 39 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.04 |
| HSL | 125.55º | 0.92% | 0.52% | - |
| HSV(B) | 125.55º | 0.93% | 0.96% | - |
| XYZ | 33.27 | 65.58 | 12.82 | - |
| YUV | 153.64 | 63.29 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 245 | 39 | 0.93 | 0 | 0.84 | 0.04 | 125.55 | 0.92 | 0.52 |
| Hex | 12 | F5 | 27 | 5D | 0 | 54 | 4 | 7E | 5C | 34 |
| Octal | 22 | 365 | 47 | 135 | 0 | 124 | 4 | 176 | 134 | 64 |
| Binary | 10010 | 11110101 | 100111 | 1011101 | 0 | 1010100 | 100 | 1111110 | 1011100 | 110100 |
Color Harmonies of #12F527
Complementary color
Monochromatic Colors of #12F527
Black with #12F527
Text Example
Text Example
White with #12F527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F527; }
p { color: rgb(18,245,39); }
H1.HeaderClassName
{
color: #12F527;
}
.AnyTagClassName
{
color: #12F527;
}
</style>
background-color css
<style>
a { background-color: #12F527; }
a { background-color: rgb(18,245,39); }
div.DivClassName
{
background-color: #12F527;
}
.BgClassName
{
background-color: #12F527;
}
</style>
border-color css
<style>
span { border-color: #12F527; }
span { border-color: rgb(18,245,39); }
td.TdClassName
{
border-color: #12F527;
}
.TagClassName
{
border-color: #12F527;
}
</style>