Shades of Free Speech Green #0FD102
Tints of Free Speech Green #0FD102
RGB
CMYK
RGB Variations
Color information
#0FD102 (or 0x0FD102) is known color: Free Speech Green. HEX triplet: 0F, D1 and 02. RGB value is (15,209,2). Sum of RGB (Red+Green+Blue) = 15+209+2=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 209 (82.03% from 255 or 92.48% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD102 is #F02EFD. Grayscale: #808080. Windows color (decimal): -15740670 or 184591. OLE color: 184591.
HSL color Cylindrical-coordinate representation of color #0FD102: hue angle of 116.23º 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 #0FD102 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.18 |
| HSL | 116.23º | 0.98% | 0.41% | - |
| HSV(B) | 116.23º | 0.99% | 0.82% | - |
| XYZ | 23.01 | 45.71 | 7.67 | - |
| YUV | 127.4 | 57.23 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 2 | 0.93 | 0 | 0.99 | 0.18 | 116.23 | 0.98 | 0.41 |
| Hex | F | D1 | 2 | 5D | 0 | 63 | 12 | 74 | 62 | 29 |
| Octal | 17 | 321 | 2 | 135 | 0 | 143 | 22 | 164 | 142 | 51 |
| Binary | 1111 | 11010001 | 10 | 1011101 | 0 | 1100011 | 10010 | 1110100 | 1100010 | 101001 |
Color Harmonies of #0FD102
Complementary color
Monochromatic Colors of #0FD102
Black with #0FD102
Text Example
Text Example
White with #0FD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD102; }
p { color: rgb(15,209,2); }
H1.HeaderClassName
{
color: #0FD102;
}
.AnyTagClassName
{
color: #0FD102;
}
</style>
background-color css
<style>
a { background-color: #0FD102; }
a { background-color: rgb(15,209,2); }
div.DivClassName
{
background-color: #0FD102;
}
.BgClassName
{
background-color: #0FD102;
}
</style>
border-color css
<style>
span { border-color: #0FD102; }
span { border-color: rgb(15,209,2); }
td.TdClassName
{
border-color: #0FD102;
}
.TagClassName
{
border-color: #0FD102;
}
</style>