Shades of Free Speech Green #0AF834
Tints of Free Speech Green #0AF834
RGB
CMYK
RGB Variations
Color information
#0AF834 (or 0x0AF834) is known color: Free Speech Green. HEX triplet: 0A, F8 and 34. RGB value is (10,248,52). Sum of RGB (Red+Green+Blue) = 10+248+52=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 248 (97.27% from 255 or 80% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF834 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF834 is #F507CB. Grayscale: #9B9B9B. Windows color (decimal): -16058316 or 3471370. OLE color: 3471370.
HSL color Cylindrical-coordinate representation of color #0AF834: hue angle of 130.59º 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 #0AF834 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 52 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.03 |
| HSL | 130.59º | 0.94% | 0.51% | - |
| HSV(B) | 130.59º | 0.96% | 0.97% | - |
| XYZ | 34.31 | 67.45 | 14.46 | - |
| YUV | 154.49 | 70.15 | 24.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 52 | 0.96 | 0 | 0.79 | 0.03 | 130.59 | 0.94 | 0.51 |
| Hex | A | F8 | 34 | 60 | 0 | 4F | 3 | 83 | 5E | 33 |
| Octal | 12 | 370 | 64 | 140 | 0 | 117 | 3 | 203 | 136 | 63 |
| Binary | 1010 | 11111000 | 110100 | 1100000 | 0 | 1001111 | 11 | 10000011 | 1011110 | 110011 |
Color Harmonies of #0AF834
Complementary color
Monochromatic Colors of #0AF834
Black with #0AF834
Text Example
Text Example
White with #0AF834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF834; }
p { color: rgb(10,248,52); }
H1.HeaderClassName
{
color: #0AF834;
}
.AnyTagClassName
{
color: #0AF834;
}
</style>
background-color css
<style>
a { background-color: #0AF834; }
a { background-color: rgb(10,248,52); }
div.DivClassName
{
background-color: #0AF834;
}
.BgClassName
{
background-color: #0AF834;
}
</style>
border-color css
<style>
span { border-color: #0AF834; }
span { border-color: rgb(10,248,52); }
td.TdClassName
{
border-color: #0AF834;
}
.TagClassName
{
border-color: #0AF834;
}
</style>