Shades of Free Speech Green #0AF123
Tints of Free Speech Green #0AF123
RGB
CMYK
RGB Variations
Color information
#0AF123 (or 0x0AF123) is known color: Free Speech Green. HEX triplet: 0A, F1 and 23. RGB value is (10,241,35). Sum of RGB (Red+Green+Blue) = 10+241+35=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 241 (94.53% from 255 or 84.27% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF123 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF123 is #F50EDC. Grayscale: #959595. Windows color (decimal): -16060125 or 2355466. OLE color: 2355466.
HSL color Cylindrical-coordinate representation of color #0AF123: hue angle of 126.49º 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 #0AF123 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 35 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.05 |
| HSL | 126.49º | 0.92% | 0.49% | - |
| HSV(B) | 126.49º | 0.96% | 0.95% | - |
| XYZ | 31.88 | 63.1 | 12.09 | - |
| YUV | 148.45 | 63.97 | 29.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 35 | 0.96 | 0 | 0.85 | 0.05 | 126.49 | 0.92 | 0.49 |
| Hex | A | F1 | 23 | 60 | 0 | 55 | 5 | 7E | 5C | 31 |
| Octal | 12 | 361 | 43 | 140 | 0 | 125 | 5 | 176 | 134 | 61 |
| Binary | 1010 | 11110001 | 100011 | 1100000 | 0 | 1010101 | 101 | 1111110 | 1011100 | 110001 |
Color Harmonies of #0AF123
Complementary color
Monochromatic Colors of #0AF123
Black with #0AF123
Text Example
Text Example
White with #0AF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF123; }
p { color: rgb(10,241,35); }
H1.HeaderClassName
{
color: #0AF123;
}
.AnyTagClassName
{
color: #0AF123;
}
</style>
background-color css
<style>
a { background-color: #0AF123; }
a { background-color: rgb(10,241,35); }
div.DivClassName
{
background-color: #0AF123;
}
.BgClassName
{
background-color: #0AF123;
}
</style>
border-color css
<style>
span { border-color: #0AF123; }
span { border-color: rgb(10,241,35); }
td.TdClassName
{
border-color: #0AF123;
}
.TagClassName
{
border-color: #0AF123;
}
</style>