Shades of Free Speech Green #0AF125
Tints of Free Speech Green #0AF125
RGB
CMYK
RGB Variations
Color information
#0AF125 (or 0x0AF125) is known color: Free Speech Green. HEX triplet: 0A, F1 and 25. RGB value is (10,241,37). Sum of RGB (Red+Green+Blue) = 10+241+37=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 241 (94.53% from 255 or 83.68% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF125 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF125 is #F50EDA. Grayscale: #959595. Windows color (decimal): -16060123 or 2486538. OLE color: 2486538.
HSL color Cylindrical-coordinate representation of color #0AF125: hue angle of 127.01º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF125 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 37 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.05 |
| HSL | 127.01º | 0.92% | 0.49% | - |
| HSV(B) | 127.01º | 0.96% | 0.95% | - |
| XYZ | 31.91 | 63.11 | 12.25 | - |
| YUV | 148.68 | 64.97 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 37 | 0.96 | 0 | 0.85 | 0.05 | 127.01 | 0.92 | 0.49 |
| Hex | A | F1 | 25 | 60 | 0 | 55 | 5 | 7F | 5C | 31 |
| Octal | 12 | 361 | 45 | 140 | 0 | 125 | 5 | 177 | 134 | 61 |
| Binary | 1010 | 11110001 | 100101 | 1100000 | 0 | 1010101 | 101 | 1111111 | 1011100 | 110001 |
Color Harmonies of #0AF125
Complementary color
Monochromatic Colors of #0AF125
Black with #0AF125
Text Example
Text Example
White with #0AF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF125; }
p { color: rgb(10,241,37); }
H1.HeaderClassName
{
color: #0AF125;
}
.AnyTagClassName
{
color: #0AF125;
}
</style>
background-color css
<style>
a { background-color: #0AF125; }
a { background-color: rgb(10,241,37); }
div.DivClassName
{
background-color: #0AF125;
}
.BgClassName
{
background-color: #0AF125;
}
</style>
border-color css
<style>
span { border-color: #0AF125; }
span { border-color: rgb(10,241,37); }
td.TdClassName
{
border-color: #0AF125;
}
.TagClassName
{
border-color: #0AF125;
}
</style>