Shades of Free Speech Green #0AF12B
Tints of Free Speech Green #0AF12B
RGB
CMYK
RGB Variations
Color information
#0AF12B (or 0x0AF12B) is known color: Free Speech Green. HEX triplet: 0A, F1 and 2B. RGB value is (10,241,43). Sum of RGB (Red+Green+Blue) = 10+241+43=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF12B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF12B is #F50ED4. Grayscale: #959595. Windows color (decimal): -16060117 or 2879754. OLE color: 2879754.
HSL color Cylindrical-coordinate representation of color #0AF12B: hue angle of 128.57º 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 #0AF12B is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 43 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.05 |
| HSL | 128.57º | 0.92% | 0.49% | - |
| HSV(B) | 128.57º | 0.96% | 0.95% | - |
| XYZ | 32.02 | 63.15 | 12.79 | - |
| YUV | 149.36 | 67.97 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 43 | 0.96 | 0 | 0.82 | 0.05 | 128.57 | 0.92 | 0.49 |
| Hex | A | F1 | 2B | 60 | 0 | 52 | 5 | 81 | 5C | 31 |
| Octal | 12 | 361 | 53 | 140 | 0 | 122 | 5 | 201 | 134 | 61 |
| Binary | 1010 | 11110001 | 101011 | 1100000 | 0 | 1010010 | 101 | 10000001 | 1011100 | 110001 |
Color Harmonies of #0AF12B
Complementary color
Monochromatic Colors of #0AF12B
Black with #0AF12B
Text Example
Text Example
White with #0AF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF12B; }
p { color: rgb(10,241,43); }
H1.HeaderClassName
{
color: #0AF12B;
}
.AnyTagClassName
{
color: #0AF12B;
}
</style>
background-color css
<style>
a { background-color: #0AF12B; }
a { background-color: rgb(10,241,43); }
div.DivClassName
{
background-color: #0AF12B;
}
.BgClassName
{
background-color: #0AF12B;
}
</style>
border-color css
<style>
span { border-color: #0AF12B; }
span { border-color: rgb(10,241,43); }
td.TdClassName
{
border-color: #0AF12B;
}
.TagClassName
{
border-color: #0AF12B;
}
</style>