Shades of Free Speech Green #00FD1A
Tints of Free Speech Green #00FD1A
RGB
CMYK
RGB Variations
Color information
#00FD1A (or 0x00FD1A) is known color: Free Speech Green. HEX triplet: 00, FD and 1A. RGB value is (0,253,26). Sum of RGB (Red+Green+Blue) = 0+253+26=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 253 (99.22% from 255 or 90.68% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FD1A is #FF02E5. Grayscale: #989898. Windows color (decimal): -16712422 or 1768704. OLE color: 1768704.
HSL color Cylindrical-coordinate representation of color #00FD1A: hue angle of 126.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD1A is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 26 | - |
| CMYK | 1 | 0 | 0.90 | 0.01 |
| HSL | 126.17º | 1% | 0.5% | - |
| HSV(B) | 126.17º | 1% | 0.99% | - |
| XYZ | 35.31 | 70.33 | 12.69 | - |
| YUV | 151.48 | 57.18 | 19.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 26 | 1 | 0 | 0.90 | 0.01 | 126.17 | 1 | 0.5 |
| Hex | 0 | FD | 1A | 64 | 0 | 5A | 1 | 7E | 64 | 32 |
| Octal | 0 | 375 | 32 | 144 | 0 | 132 | 1 | 176 | 144 | 62 |
| Binary | 0 | 11111101 | 11010 | 1100100 | 0 | 1011010 | 1 | 1111110 | 1100100 | 110010 |
Color Harmonies of #00FD1A
Complementary color
Monochromatic Colors of #00FD1A
Black with #00FD1A
Text Example
Text Example
White with #00FD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD1A; }
p { color: rgb(0,253,26); }
H1.HeaderClassName
{
color: #00FD1A;
}
.AnyTagClassName
{
color: #00FD1A;
}
</style>
background-color css
<style>
a { background-color: #00FD1A; }
a { background-color: rgb(0,253,26); }
div.DivClassName
{
background-color: #00FD1A;
}
.BgClassName
{
background-color: #00FD1A;
}
</style>
border-color css
<style>
span { border-color: #00FD1A; }
span { border-color: rgb(0,253,26); }
td.TdClassName
{
border-color: #00FD1A;
}
.TagClassName
{
border-color: #00FD1A;
}
</style>