Shades of Free Speech Green #12DB03
Tints of Free Speech Green #12DB03
RGB
CMYK
RGB Variations
Color information
#12DB03 (or 0x12DB03) is known color: Free Speech Green. HEX triplet: 12, DB and 03. RGB value is (18,219,3). Sum of RGB (Red+Green+Blue) = 18+219+3=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 219 (85.94% from 255 or 91.25% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DB03 is #ED24FC. Grayscale: #868686. Windows color (decimal): -15541501 or 252690. OLE color: 252690.
HSL color Cylindrical-coordinate representation of color #12DB03: hue angle of 115.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12DB03 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.14 |
| HSL | 115.83º | 0.97% | 0.44% | - |
| HSV(B) | 115.83º | 0.99% | 0.86% | - |
| XYZ | 25.6 | 50.8 | 8.54 | - |
| YUV | 134.28 | 53.91 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 3 | 0.92 | 0 | 0.99 | 0.14 | 115.83 | 0.97 | 0.44 |
| Hex | 12 | DB | 3 | 5C | 0 | 63 | E | 74 | 61 | 2C |
| Octal | 22 | 333 | 3 | 134 | 0 | 143 | 16 | 164 | 141 | 54 |
| Binary | 10010 | 11011011 | 11 | 1011100 | 0 | 1100011 | 1110 | 1110100 | 1100001 | 101100 |
Color Harmonies of #12DB03
Complementary color
Monochromatic Colors of #12DB03
Black with #12DB03
Text Example
Text Example
White with #12DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB03; }
p { color: rgb(18,219,3); }
H1.HeaderClassName
{
color: #12DB03;
}
.AnyTagClassName
{
color: #12DB03;
}
</style>
background-color css
<style>
a { background-color: #12DB03; }
a { background-color: rgb(18,219,3); }
div.DivClassName
{
background-color: #12DB03;
}
.BgClassName
{
background-color: #12DB03;
}
</style>
border-color css
<style>
span { border-color: #12DB03; }
span { border-color: rgb(18,219,3); }
td.TdClassName
{
border-color: #12DB03;
}
.TagClassName
{
border-color: #12DB03;
}
</style>