Shades of Free Speech Green #00F31A
Tints of Free Speech Green #00F31A
RGB
CMYK
RGB Variations
Color information
#00F31A (or 0x00F31A) is known color: Free Speech Green. HEX triplet: 00, F3 and 1A. RGB value is (0,243,26). Sum of RGB (Red+Green+Blue) = 0+243+26=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 243 (95.31% from 255 or 90.33% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 243 - color contains mainly: green. Hex color #00F31A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F31A is #FF0CE5. Grayscale: #929292. Windows color (decimal): -16714982 or 1766144. OLE color: 1766144.
HSL color Cylindrical-coordinate representation of color #00F31A: hue angle of 126.42º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F31A is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 243 | 26 | - |
| CMYK | 1 | 0 | 0.89 | 0.05 |
| HSL | 126.42º | 1% | 0.48% | - |
| HSV(B) | 126.42º | 1% | 0.95% | - |
| XYZ | 32.24 | 64.18 | 11.67 | - |
| YUV | 145.61 | 60.49 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 26 | 1 | 0 | 0.89 | 0.05 | 126.42 | 1 | 0.48 |
| Hex | 0 | F3 | 1A | 64 | 0 | 59 | 5 | 7E | 64 | 30 |
| Octal | 0 | 363 | 32 | 144 | 0 | 131 | 5 | 176 | 144 | 60 |
| Binary | 0 | 11110011 | 11010 | 1100100 | 0 | 1011001 | 101 | 1111110 | 1100100 | 110000 |
Color Harmonies of #00F31A
Complementary color
Monochromatic Colors of #00F31A
Black with #00F31A
Text Example
Text Example
White with #00F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F31A; }
p { color: rgb(0,243,26); }
H1.HeaderClassName
{
color: #00F31A;
}
.AnyTagClassName
{
color: #00F31A;
}
</style>
background-color css
<style>
a { background-color: #00F31A; }
a { background-color: rgb(0,243,26); }
div.DivClassName
{
background-color: #00F31A;
}
.BgClassName
{
background-color: #00F31A;
}
</style>
border-color css
<style>
span { border-color: #00F31A; }
span { border-color: rgb(0,243,26); }
td.TdClassName
{
border-color: #00F31A;
}
.TagClassName
{
border-color: #00F31A;
}
</style>