Shades of Free Speech Green #02F90C
Tints of Free Speech Green #02F90C
RGB
CMYK
RGB Variations
Color information
#02F90C (or 0x02F90C) is known color: Free Speech Green. HEX triplet: 02, F9 and 0C. RGB value is (2,249,12). Sum of RGB (Red+Green+Blue) = 2+249+12=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 249 (97.66% from 255 or 94.68% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 249 - color contains mainly: green. Hex color #02F90C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F90C is #FD06F3. Grayscale: #949494. Windows color (decimal): -16582388 or 850178. OLE color: 850178.
HSL color Cylindrical-coordinate representation of color #02F90C: hue angle of 122.43º 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 #02F90C is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 249 | 12 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.02 |
| HSL | 122.43º | 0.98% | 0.49% | - |
| HSV(B) | 122.43º | 0.99% | 0.98% | - |
| XYZ | 33.97 | 67.79 | 11.64 | - |
| YUV | 148.13 | 51.17 | 23.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 249 | 12 | 0.99 | 0 | 0.95 | 0.02 | 122.43 | 0.98 | 0.49 |
| Hex | 2 | F9 | C | 63 | 0 | 5F | 2 | 7A | 62 | 31 |
| Octal | 2 | 371 | 14 | 143 | 0 | 137 | 2 | 172 | 142 | 61 |
| Binary | 10 | 11111001 | 1100 | 1100011 | 0 | 1011111 | 10 | 1111010 | 1100010 | 110001 |
Color Harmonies of #02F90C
Complementary color
Monochromatic Colors of #02F90C
Black with #02F90C
Text Example
Text Example
White with #02F90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F90C; }
p { color: rgb(2,249,12); }
H1.HeaderClassName
{
color: #02F90C;
}
.AnyTagClassName
{
color: #02F90C;
}
</style>
background-color css
<style>
a { background-color: #02F90C; }
a { background-color: rgb(2,249,12); }
div.DivClassName
{
background-color: #02F90C;
}
.BgClassName
{
background-color: #02F90C;
}
</style>
border-color css
<style>
span { border-color: #02F90C; }
span { border-color: rgb(2,249,12); }
td.TdClassName
{
border-color: #02F90C;
}
.TagClassName
{
border-color: #02F90C;
}
</style>