Shades of Free Speech Green #00F91D
Tints of Free Speech Green #00F91D
RGB
CMYK
RGB Variations
Color information
#00F91D (or 0x00F91D) is known color: Free Speech Green. HEX triplet: 00, F9 and 1D. RGB value is (0,249,29). Sum of RGB (Red+Green+Blue) = 0+249+29=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 249 (97.66% from 255 or 89.57% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 249 - color contains mainly: green. Hex color #00F91D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F91D is #FF06E2. Grayscale: #969696. Windows color (decimal): -16713443 or 1964288. OLE color: 1964288.
HSL color Cylindrical-coordinate representation of color #00F91D: hue angle of 126.99º 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 #00F91D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 29 | - |
| CMYK | 1 | 0 | 0.88 | 0.02 |
| HSL | 126.99º | 1% | 0.49% | - |
| HSV(B) | 126.99º | 1% | 0.98% | - |
| XYZ | 34.1 | 67.84 | 12.46 | - |
| YUV | 149.47 | 60.01 | 21.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 29 | 1 | 0 | 0.88 | 0.02 | 126.99 | 1 | 0.49 |
| Hex | 0 | F9 | 1D | 64 | 0 | 58 | 2 | 7F | 64 | 31 |
| Octal | 0 | 371 | 35 | 144 | 0 | 130 | 2 | 177 | 144 | 61 |
| Binary | 0 | 11111001 | 11101 | 1100100 | 0 | 1011000 | 10 | 1111111 | 1100100 | 110001 |
Color Harmonies of #00F91D
Complementary color
Monochromatic Colors of #00F91D
Black with #00F91D
Text Example
Text Example
White with #00F91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F91D; }
p { color: rgb(0,249,29); }
H1.HeaderClassName
{
color: #00F91D;
}
.AnyTagClassName
{
color: #00F91D;
}
</style>
background-color css
<style>
a { background-color: #00F91D; }
a { background-color: rgb(0,249,29); }
div.DivClassName
{
background-color: #00F91D;
}
.BgClassName
{
background-color: #00F91D;
}
</style>
border-color css
<style>
span { border-color: #00F91D; }
span { border-color: rgb(0,249,29); }
td.TdClassName
{
border-color: #00F91D;
}
.TagClassName
{
border-color: #00F91D;
}
</style>