Shades of Free Speech Green #03F912
Tints of Free Speech Green #03F912
RGB
CMYK
RGB Variations
Color information
#03F912 (or 0x03F912) is known color: Free Speech Green. HEX triplet: 03, F9 and 12. RGB value is (3,249,18). Sum of RGB (Red+Green+Blue) = 3+249+18=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 249 (97.66% from 255 or 92.22% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 249 - color contains mainly: green. Hex color #03F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F912 is #FC06ED. Grayscale: #959595. Windows color (decimal): -16516846 or 1243395. OLE color: 1243395.
HSL color Cylindrical-coordinate representation of color #03F912: hue angle of 123.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F912 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 249 | 18 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.02 |
| HSL | 123.66º | 0.98% | 0.49% | - |
| HSV(B) | 123.66º | 0.99% | 0.98% | - |
| XYZ | 34.02 | 67.81 | 11.87 | - |
| YUV | 149.11 | 54 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 18 | 0.99 | 0 | 0.93 | 0.02 | 123.66 | 0.98 | 0.49 |
| Hex | 3 | F9 | 12 | 63 | 0 | 5D | 2 | 7C | 62 | 31 |
| Octal | 3 | 371 | 22 | 143 | 0 | 135 | 2 | 174 | 142 | 61 |
| Binary | 11 | 11111001 | 10010 | 1100011 | 0 | 1011101 | 10 | 1111100 | 1100010 | 110001 |
Color Harmonies of #03F912
Complementary color
Monochromatic Colors of #03F912
Black with #03F912
Text Example
Text Example
White with #03F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F912; }
p { color: rgb(3,249,18); }
H1.HeaderClassName
{
color: #03F912;
}
.AnyTagClassName
{
color: #03F912;
}
</style>
background-color css
<style>
a { background-color: #03F912; }
a { background-color: rgb(3,249,18); }
div.DivClassName
{
background-color: #03F912;
}
.BgClassName
{
background-color: #03F912;
}
</style>
border-color css
<style>
span { border-color: #03F912; }
span { border-color: rgb(3,249,18); }
td.TdClassName
{
border-color: #03F912;
}
.TagClassName
{
border-color: #03F912;
}
</style>