Shades of Free Speech Green #0AF82D
Tints of Free Speech Green #0AF82D
RGB
CMYK
RGB Variations
Color information
#0AF82D (or 0x0AF82D) is known color: Free Speech Green. HEX triplet: 0A, F8 and 2D. RGB value is (10,248,45). Sum of RGB (Red+Green+Blue) = 10+248+45=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 248 (97.27% from 255 or 81.85% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF82D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF82D is #F507D2. Grayscale: #9A9A9A. Windows color (decimal): -16058323 or 3012618. OLE color: 3012618.
HSL color Cylindrical-coordinate representation of color #0AF82D: hue angle of 128.82º 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 #0AF82D is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 45 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.03 |
| HSL | 128.82º | 0.94% | 0.51% | - |
| HSV(B) | 128.82º | 0.96% | 0.97% | - |
| XYZ | 34.17 | 67.39 | 13.69 | - |
| YUV | 153.7 | 66.65 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 45 | 0.96 | 0 | 0.82 | 0.03 | 128.82 | 0.94 | 0.51 |
| Hex | A | F8 | 2D | 60 | 0 | 52 | 3 | 81 | 5E | 33 |
| Octal | 12 | 370 | 55 | 140 | 0 | 122 | 3 | 201 | 136 | 63 |
| Binary | 1010 | 11111000 | 101101 | 1100000 | 0 | 1010010 | 11 | 10000001 | 1011110 | 110011 |
Color Harmonies of #0AF82D
Complementary color
Monochromatic Colors of #0AF82D
Black with #0AF82D
Text Example
Text Example
White with #0AF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF82D; }
p { color: rgb(10,248,45); }
H1.HeaderClassName
{
color: #0AF82D;
}
.AnyTagClassName
{
color: #0AF82D;
}
</style>
background-color css
<style>
a { background-color: #0AF82D; }
a { background-color: rgb(10,248,45); }
div.DivClassName
{
background-color: #0AF82D;
}
.BgClassName
{
background-color: #0AF82D;
}
</style>
border-color css
<style>
span { border-color: #0AF82D; }
span { border-color: rgb(10,248,45); }
td.TdClassName
{
border-color: #0AF82D;
}
.TagClassName
{
border-color: #0AF82D;
}
</style>