Shades of Free Speech Green #0AF80D
Tints of Free Speech Green #0AF80D
RGB
CMYK
RGB Variations
Color information
#0AF80D (or 0x0AF80D) is known color: Free Speech Green. HEX triplet: 0A, F8 and 0D. RGB value is (10,248,13). Sum of RGB (Red+Green+Blue) = 10+248+13=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 248 (97.27% from 255 or 91.51% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF80D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF80D is #F507F2. Grayscale: #969696. Windows color (decimal): -16058355 or 915466. OLE color: 915466.
HSL color Cylindrical-coordinate representation of color #0AF80D: hue angle of 120.76º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF80D is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 13 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.03 |
| HSL | 120.76º | 0.94% | 0.51% | - |
| HSV(B) | 120.76º | 0.96% | 0.97% | - |
| XYZ | 33.77 | 67.23 | 11.58 | - |
| YUV | 150.05 | 50.65 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 13 | 0.96 | 0 | 0.95 | 0.03 | 120.76 | 0.94 | 0.51 |
| Hex | A | F8 | D | 60 | 0 | 5F | 3 | 79 | 5E | 33 |
| Octal | 12 | 370 | 15 | 140 | 0 | 137 | 3 | 171 | 136 | 63 |
| Binary | 1010 | 11111000 | 1101 | 1100000 | 0 | 1011111 | 11 | 1111001 | 1011110 | 110011 |
Color Harmonies of #0AF80D
Complementary color
Monochromatic Colors of #0AF80D
Black with #0AF80D
Text Example
Text Example
White with #0AF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF80D; }
p { color: rgb(10,248,13); }
H1.HeaderClassName
{
color: #0AF80D;
}
.AnyTagClassName
{
color: #0AF80D;
}
</style>
background-color css
<style>
a { background-color: #0AF80D; }
a { background-color: rgb(10,248,13); }
div.DivClassName
{
background-color: #0AF80D;
}
.BgClassName
{
background-color: #0AF80D;
}
</style>
border-color css
<style>
span { border-color: #0AF80D; }
span { border-color: rgb(10,248,13); }
td.TdClassName
{
border-color: #0AF80D;
}
.TagClassName
{
border-color: #0AF80D;
}
</style>