Shades of Free Speech Green #0AFF1F
Tints of Free Speech Green #0AFF1F
RGB
CMYK
RGB Variations
Color information
#0AFF1F (or 0x0AFF1F) is known color: Free Speech Green. HEX triplet: 0A, FF and 1F. RGB value is (10,255,31). Sum of RGB (Red+Green+Blue) = 10+255+31=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 255 (100% from 255 or 86.15% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFF1F is #F500E0. Grayscale: #9C9C9C. Windows color (decimal): -16056545 or 2096906. OLE color: 2096906.
HSL color Cylindrical-coordinate representation of color #0AFF1F: hue angle of 125.14º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF1F is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 31 | - |
| CMYK | 0.96 | 0 | 0.88 | 0 |
| HSL | 125.14º | 1% | 0.52% | - |
| HSV(B) | 125.14º | 0.96% | 1% | - |
| XYZ | 36.13 | 71.68 | 13.23 | - |
| YUV | 156.21 | 57.33 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 31 | 0.96 | 0 | 0.88 | 0 | 125.14 | 1 | 0.52 |
| Hex | A | FF | 1F | 60 | 0 | 58 | 0 | 7D | 64 | 34 |
| Octal | 12 | 377 | 37 | 140 | 0 | 130 | 0 | 175 | 144 | 64 |
| Binary | 1010 | 11111111 | 11111 | 1100000 | 0 | 1011000 | 0 | 1111101 | 1100100 | 110100 |
Color Harmonies of #0AFF1F
Complementary color
Monochromatic Colors of #0AFF1F
Black with #0AFF1F
Text Example
Text Example
White with #0AFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF1F; }
p { color: rgb(10,255,31); }
H1.HeaderClassName
{
color: #0AFF1F;
}
.AnyTagClassName
{
color: #0AFF1F;
}
</style>
background-color css
<style>
a { background-color: #0AFF1F; }
a { background-color: rgb(10,255,31); }
div.DivClassName
{
background-color: #0AFF1F;
}
.BgClassName
{
background-color: #0AFF1F;
}
</style>
border-color css
<style>
span { border-color: #0AFF1F; }
span { border-color: rgb(10,255,31); }
td.TdClassName
{
border-color: #0AFF1F;
}
.TagClassName
{
border-color: #0AFF1F;
}
</style>