Shades of Free Speech Green #0AF835
Tints of Free Speech Green #0AF835
RGB
CMYK
RGB Variations
Color information
#0AF835 (or 0x0AF835) is known color: Free Speech Green. HEX triplet: 0A, F8 and 35. RGB value is (10,248,53). Sum of RGB (Red+Green+Blue) = 10+248+53=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 248 (97.27% from 255 or 79.74% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF835 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF835 is #F507CA. Grayscale: #9B9B9B. Windows color (decimal): -16058315 or 3536906. OLE color: 3536906.
HSL color Cylindrical-coordinate representation of color #0AF835: hue angle of 130.84º 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 #0AF835 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 53 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.03 |
| HSL | 130.84º | 0.94% | 0.51% | - |
| HSV(B) | 130.84º | 0.96% | 0.97% | - |
| XYZ | 34.34 | 67.46 | 14.58 | - |
| YUV | 154.61 | 70.65 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 53 | 0.96 | 0 | 0.79 | 0.03 | 130.84 | 0.94 | 0.51 |
| Hex | A | F8 | 35 | 60 | 0 | 4F | 3 | 83 | 5E | 33 |
| Octal | 12 | 370 | 65 | 140 | 0 | 117 | 3 | 203 | 136 | 63 |
| Binary | 1010 | 11111000 | 110101 | 1100000 | 0 | 1001111 | 11 | 10000011 | 1011110 | 110011 |
Color Harmonies of #0AF835
Complementary color
Monochromatic Colors of #0AF835
Black with #0AF835
Text Example
Text Example
White with #0AF835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF835; }
p { color: rgb(10,248,53); }
H1.HeaderClassName
{
color: #0AF835;
}
.AnyTagClassName
{
color: #0AF835;
}
</style>
background-color css
<style>
a { background-color: #0AF835; }
a { background-color: rgb(10,248,53); }
div.DivClassName
{
background-color: #0AF835;
}
.BgClassName
{
background-color: #0AF835;
}
</style>
border-color css
<style>
span { border-color: #0AF835; }
span { border-color: rgb(10,248,53); }
td.TdClassName
{
border-color: #0AF835;
}
.TagClassName
{
border-color: #0AF835;
}
</style>