Shades of Free Speech Green #12D803
Tints of Free Speech Green #12D803
RGB
CMYK
RGB Variations
Color information
#12D803 (or 0x12D803) is known color: Free Speech Green. HEX triplet: 12, D8 and 03. RGB value is (18,216,3). Sum of RGB (Red+Green+Blue) = 18+216+3=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 216 (84.77% from 255 or 91.14% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 216 - color contains mainly: green. Hex color #12D803 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D803 is #ED27FC. Grayscale: #858585. Windows color (decimal): -15542269 or 251922. OLE color: 251922.
HSL color Cylindrical-coordinate representation of color #12D803: hue angle of 115.77º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12D803 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 216 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.15 |
| HSL | 115.77º | 0.97% | 0.43% | - |
| HSV(B) | 115.77º | 0.99% | 0.85% | - |
| XYZ | 24.82 | 49.25 | 8.28 | - |
| YUV | 132.52 | 54.9 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 216 | 3 | 0.92 | 0 | 0.99 | 0.15 | 115.77 | 0.97 | 0.43 |
| Hex | 12 | D8 | 3 | 5C | 0 | 63 | F | 74 | 61 | 2B |
| Octal | 22 | 330 | 3 | 134 | 0 | 143 | 17 | 164 | 141 | 53 |
| Binary | 10010 | 11011000 | 11 | 1011100 | 0 | 1100011 | 1111 | 1110100 | 1100001 | 101011 |
Color Harmonies of #12D803
Complementary color
Monochromatic Colors of #12D803
Black with #12D803
Text Example
Text Example
White with #12D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D803; }
p { color: rgb(18,216,3); }
H1.HeaderClassName
{
color: #12D803;
}
.AnyTagClassName
{
color: #12D803;
}
</style>
background-color css
<style>
a { background-color: #12D803; }
a { background-color: rgb(18,216,3); }
div.DivClassName
{
background-color: #12D803;
}
.BgClassName
{
background-color: #12D803;
}
</style>
border-color css
<style>
span { border-color: #12D803; }
span { border-color: rgb(18,216,3); }
td.TdClassName
{
border-color: #12D803;
}
.TagClassName
{
border-color: #12D803;
}
</style>