Shades of Free Speech Green #12DB25
Tints of Free Speech Green #12DB25
RGB
CMYK
RGB Variations
Color information
#12DB25 (or 0x12DB25) is known color: Free Speech Green. HEX triplet: 12, DB and 25. RGB value is (18,219,37). Sum of RGB (Red+Green+Blue) = 18+219+37=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 219 (85.94% from 255 or 79.93% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB25 is #ED24DA. Grayscale: #8A8A8A. Windows color (decimal): -15541467 or 2480914. OLE color: 2480914.
HSL color Cylindrical-coordinate representation of color #12DB25: hue angle of 125.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB25 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 37 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.14 |
| HSL | 125.67º | 0.85% | 0.46% | - |
| HSV(B) | 125.67º | 0.92% | 0.86% | - |
| XYZ | 25.91 | 50.93 | 10.21 | - |
| YUV | 138.15 | 70.91 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 37 | 0.92 | 0 | 0.83 | 0.14 | 125.67 | 0.85 | 0.46 |
| Hex | 12 | DB | 25 | 5C | 0 | 53 | E | 7E | 55 | 2E |
| Octal | 22 | 333 | 45 | 134 | 0 | 123 | 16 | 176 | 125 | 56 |
| Binary | 10010 | 11011011 | 100101 | 1011100 | 0 | 1010011 | 1110 | 1111110 | 1010101 | 101110 |
Color Harmonies of #12DB25
Complementary color
Monochromatic Colors of #12DB25
Black with #12DB25
Text Example
Text Example
White with #12DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB25; }
p { color: rgb(18,219,37); }
H1.HeaderClassName
{
color: #12DB25;
}
.AnyTagClassName
{
color: #12DB25;
}
</style>
background-color css
<style>
a { background-color: #12DB25; }
a { background-color: rgb(18,219,37); }
div.DivClassName
{
background-color: #12DB25;
}
.BgClassName
{
background-color: #12DB25;
}
</style>
border-color css
<style>
span { border-color: #12DB25; }
span { border-color: rgb(18,219,37); }
td.TdClassName
{
border-color: #12DB25;
}
.TagClassName
{
border-color: #12DB25;
}
</style>