Shades of Free Speech Green #12CF15
Tints of Free Speech Green #12CF15
RGB
CMYK
RGB Variations
Color information
#12CF15 (or 0x12CF15) is known color: Free Speech Green. HEX triplet: 12, CF and 15. RGB value is (18,207,21). Sum of RGB (Red+Green+Blue) = 18+207+21=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF15 is #ED30EA. Grayscale: #818181. Windows color (decimal): -15544555 or 1429266. OLE color: 1429266.
HSL color Cylindrical-coordinate representation of color #12CF15: hue angle of 120.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF15 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 21 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.19 |
| HSL | 120.95º | 0.84% | 0.44% | - |
| HSV(B) | 120.95º | 0.91% | 0.81% | - |
| XYZ | 22.7 | 44.81 | 8.16 | - |
| YUV | 129.29 | 66.88 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 21 | 0.91 | 0 | 0.90 | 0.19 | 120.95 | 0.84 | 0.44 |
| Hex | 12 | CF | 15 | 5B | 0 | 5A | 13 | 79 | 54 | 2C |
| Octal | 22 | 317 | 25 | 133 | 0 | 132 | 23 | 171 | 124 | 54 |
| Binary | 10010 | 11001111 | 10101 | 1011011 | 0 | 1011010 | 10011 | 1111001 | 1010100 | 101100 |
Color Harmonies of #12CF15
Complementary color
Monochromatic Colors of #12CF15
Black with #12CF15
Text Example
Text Example
White with #12CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF15; }
p { color: rgb(18,207,21); }
H1.HeaderClassName
{
color: #12CF15;
}
.AnyTagClassName
{
color: #12CF15;
}
</style>
background-color css
<style>
a { background-color: #12CF15; }
a { background-color: rgb(18,207,21); }
div.DivClassName
{
background-color: #12CF15;
}
.BgClassName
{
background-color: #12CF15;
}
</style>
border-color css
<style>
span { border-color: #12CF15; }
span { border-color: rgb(18,207,21); }
td.TdClassName
{
border-color: #12CF15;
}
.TagClassName
{
border-color: #12CF15;
}
</style>