Shades of Free Speech Green #0FD002
Tints of Free Speech Green #0FD002
RGB
CMYK
RGB Variations
Color information
#0FD002 (or 0x0FD002) is known color: Free Speech Green. HEX triplet: 0F, D0 and 02. RGB value is (15,208,2). Sum of RGB (Red+Green+Blue) = 15+208+2=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 208 (81.64% from 255 or 92.44% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD002 is #F02FFD. Grayscale: #7F7F7F. Windows color (decimal): -15740926 or 184335. OLE color: 184335.
HSL color Cylindrical-coordinate representation of color #0FD002: hue angle of 116.21º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FD002 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.18 |
| HSL | 116.21º | 0.98% | 0.41% | - |
| HSV(B) | 116.21º | 0.99% | 0.82% | - |
| XYZ | 22.76 | 45.22 | 7.59 | - |
| YUV | 126.81 | 57.56 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 2 | 0.93 | 0 | 0.99 | 0.18 | 116.21 | 0.98 | 0.41 |
| Hex | F | D0 | 2 | 5D | 0 | 63 | 12 | 74 | 62 | 29 |
| Octal | 17 | 320 | 2 | 135 | 0 | 143 | 22 | 164 | 142 | 51 |
| Binary | 1111 | 11010000 | 10 | 1011101 | 0 | 1100011 | 10010 | 1110100 | 1100010 | 101001 |
Color Harmonies of #0FD002
Complementary color
Monochromatic Colors of #0FD002
Black with #0FD002
Text Example
Text Example
White with #0FD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD002; }
p { color: rgb(15,208,2); }
H1.HeaderClassName
{
color: #0FD002;
}
.AnyTagClassName
{
color: #0FD002;
}
</style>
background-color css
<style>
a { background-color: #0FD002; }
a { background-color: rgb(15,208,2); }
div.DivClassName
{
background-color: #0FD002;
}
.BgClassName
{
background-color: #0FD002;
}
</style>
border-color css
<style>
span { border-color: #0FD002; }
span { border-color: rgb(15,208,2); }
td.TdClassName
{
border-color: #0FD002;
}
.TagClassName
{
border-color: #0FD002;
}
</style>