Shades of Free Speech Green #0AF128
Tints of Free Speech Green #0AF128
RGB
CMYK
RGB Variations
Color information
#0AF128 (or 0x0AF128) is known color: Free Speech Green. HEX triplet: 0A, F1 and 28. RGB value is (10,241,40). Sum of RGB (Red+Green+Blue) = 10+241+40=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF128 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF128 is #F50ED7. Grayscale: #959595. Windows color (decimal): -16060120 or 2683146. OLE color: 2683146.
HSL color Cylindrical-coordinate representation of color #0AF128: hue angle of 127.79º 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 #0AF128 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 40 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.05 |
| HSL | 127.79º | 0.92% | 0.49% | - |
| HSV(B) | 127.79º | 0.96% | 0.95% | - |
| XYZ | 31.96 | 63.13 | 12.51 | - |
| YUV | 149.02 | 66.47 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 40 | 0.96 | 0 | 0.83 | 0.05 | 127.79 | 0.92 | 0.49 |
| Hex | A | F1 | 28 | 60 | 0 | 53 | 5 | 80 | 5C | 31 |
| Octal | 12 | 361 | 50 | 140 | 0 | 123 | 5 | 200 | 134 | 61 |
| Binary | 1010 | 11110001 | 101000 | 1100000 | 0 | 1010011 | 101 | 10000000 | 1011100 | 110001 |
Color Harmonies of #0AF128
Complementary color
Monochromatic Colors of #0AF128
Black with #0AF128
Text Example
Text Example
White with #0AF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF128; }
p { color: rgb(10,241,40); }
H1.HeaderClassName
{
color: #0AF128;
}
.AnyTagClassName
{
color: #0AF128;
}
</style>
background-color css
<style>
a { background-color: #0AF128; }
a { background-color: rgb(10,241,40); }
div.DivClassName
{
background-color: #0AF128;
}
.BgClassName
{
background-color: #0AF128;
}
</style>
border-color css
<style>
span { border-color: #0AF128; }
span { border-color: rgb(10,241,40); }
td.TdClassName
{
border-color: #0AF128;
}
.TagClassName
{
border-color: #0AF128;
}
</style>