Shades of Free Speech Green #12CF03
Tints of Free Speech Green #12CF03
RGB
CMYK
RGB Variations
Color information
#12CF03 (or 0x12CF03) is known color: Free Speech Green. HEX triplet: 12, CF and 03. RGB value is (18,207,3). Sum of RGB (Red+Green+Blue) = 18+207+3=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 207 (81.25% from 255 or 90.79% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CF03 is #ED30FC. Grayscale: #7F7F7F. Windows color (decimal): -15544573 or 249618. OLE color: 249618.
HSL color Cylindrical-coordinate representation of color #12CF03: hue angle of 115.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12CF03 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 207 | 3 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.19 |
| HSL | 115.59º | 0.97% | 0.41% | - |
| HSV(B) | 115.59º | 0.99% | 0.81% | - |
| XYZ | 22.58 | 44.76 | 7.54 | - |
| YUV | 127.23 | 57.88 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 3 | 0.91 | 0 | 0.99 | 0.19 | 115.59 | 0.97 | 0.41 |
| Hex | 12 | CF | 3 | 5B | 0 | 63 | 13 | 74 | 61 | 29 |
| Octal | 22 | 317 | 3 | 133 | 0 | 143 | 23 | 164 | 141 | 51 |
| Binary | 10010 | 11001111 | 11 | 1011011 | 0 | 1100011 | 10011 | 1110100 | 1100001 | 101001 |
Color Harmonies of #12CF03
Complementary color
Monochromatic Colors of #12CF03
Black with #12CF03
Text Example
Text Example
White with #12CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CF03; }
p { color: rgb(18,207,3); }
H1.HeaderClassName
{
color: #12CF03;
}
.AnyTagClassName
{
color: #12CF03;
}
</style>
background-color css
<style>
a { background-color: #12CF03; }
a { background-color: rgb(18,207,3); }
div.DivClassName
{
background-color: #12CF03;
}
.BgClassName
{
background-color: #12CF03;
}
</style>
border-color css
<style>
span { border-color: #12CF03; }
span { border-color: rgb(18,207,3); }
td.TdClassName
{
border-color: #12CF03;
}
.TagClassName
{
border-color: #12CF03;
}
</style>