Shades of Free Speech Green #00FA1D
Tints of Free Speech Green #00FA1D
RGB
CMYK
RGB Variations
Color information
#00FA1D (or 0x00FA1D) is known color: Free Speech Green. HEX triplet: 00, FA and 1D. RGB value is (0,250,29). Sum of RGB (Red+Green+Blue) = 0+250+29=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 250 (98.05% from 255 or 89.61% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FA1D is #FF05E2. Grayscale: #969696. Windows color (decimal): -16713187 or 1964544. OLE color: 1964544.
HSL color Cylindrical-coordinate representation of color #00FA1D: hue angle of 126.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FA1D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
RGB | 0 | 250 | 29 | - |
CMYK | 1 | 0 | 0.88 | 0.02 |
HSL | 126.96º | 1% | 0.49% | - |
HSV(B) | 126.96º | 1% | 0.98% | - |
XYZ | 34.41 | 68.46 | 12.56 | - |
YUV | 150.06 | 59.68 | 20.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 250 | 29 | 1 | 0 | 0.88 | 0.02 | 126.96 | 1 | 0.49 |
Hex | 0 | FA | 1D | 64 | 0 | 58 | 2 | 7F | 64 | 31 |
Octal | 0 | 372 | 35 | 144 | 0 | 130 | 2 | 177 | 144 | 61 |
Binary | 0 | 11111010 | 11101 | 1100100 | 0 | 1011000 | 10 | 1111111 | 1100100 | 110001 |
Color Harmonies of #00FA1D
Complementary color
Monochromatic Colors of #00FA1D
Black with #00FA1D
Text Example
Text Example
White with #00FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA1D; }
p { color: rgb(0,250,29); }
H1.HeaderClassName
{
color: #00FA1D;
}
.AnyTagClassName
{
color: #00FA1D;
}
</style>
background-color css
<style>
a { background-color: #00FA1D; }
a { background-color: rgb(0,250,29); }
div.DivClassName
{
background-color: #00FA1D;
}
.BgClassName
{
background-color: #00FA1D;
}
</style>
border-color css
<style>
span { border-color: #00FA1D; }
span { border-color: rgb(0,250,29); }
td.TdClassName
{
border-color: #00FA1D;
}
.TagClassName
{
border-color: #00FA1D;
}
</style>