Shades of Free Speech Green #0AFF0C
Tints of Free Speech Green #0AFF0C
RGB
CMYK
RGB Variations
Color information
#0AFF0C (or 0x0AFF0C) is known color: Free Speech Green. HEX triplet: 0A, FF and 0C. RGB value is (10,255,12). Sum of RGB (Red+Green+Blue) = 10+255+12=277 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.61% from 277); Green value is 255 (100% from 255 or 92.06% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFF0C is #F500F3. Grayscale: #9A9A9A. Windows color (decimal): -16056564 or 851722. OLE color: 851722.
HSL color Cylindrical-coordinate representation of color #0AFF0C: hue angle of 120.49º 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 #0AFF0C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0 |
| HSL | 120.49º | 1% | 0.52% | - |
| HSV(B) | 120.49º | 0.96% | 1% | - |
| XYZ | 35.95 | 71.61 | 12.28 | - |
| YUV | 154.04 | 47.83 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 12 | 0.96 | 0 | 0.95 | 0 | 120.49 | 1 | 0.52 |
| Hex | A | FF | C | 60 | 0 | 5F | 0 | 78 | 64 | 34 |
| Octal | 12 | 377 | 14 | 140 | 0 | 137 | 0 | 170 | 144 | 64 |
| Binary | 1010 | 11111111 | 1100 | 1100000 | 0 | 1011111 | 0 | 1111000 | 1100100 | 110100 |
Color Harmonies of #0AFF0C
Complementary color
Monochromatic Colors of #0AFF0C
Black with #0AFF0C
Text Example
Text Example
White with #0AFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF0C; }
p { color: rgb(10,255,12); }
H1.HeaderClassName
{
color: #0AFF0C;
}
.AnyTagClassName
{
color: #0AFF0C;
}
</style>
background-color css
<style>
a { background-color: #0AFF0C; }
a { background-color: rgb(10,255,12); }
div.DivClassName
{
background-color: #0AFF0C;
}
.BgClassName
{
background-color: #0AFF0C;
}
</style>
border-color css
<style>
span { border-color: #0AFF0C; }
span { border-color: rgb(10,255,12); }
td.TdClassName
{
border-color: #0AFF0C;
}
.TagClassName
{
border-color: #0AFF0C;
}
</style>