Shades of Free Speech Green #0AF029
Tints of Free Speech Green #0AF029
RGB
CMYK
RGB Variations
Color information
#0AF029 (or 0x0AF029) is known color: Free Speech Green. HEX triplet: 0A, F0 and 29. RGB value is (10,240,41). Sum of RGB (Red+Green+Blue) = 10+240+41=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF029 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF029 is #F50FD6. Grayscale: #959595. Windows color (decimal): -16060375 or 2748426. OLE color: 2748426.
HSL color Cylindrical-coordinate representation of color #0AF029: hue angle of 128.09º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF029 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 240 | 41 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.06 |
| HSL | 128.09º | 0.92% | 0.49% | - |
| HSV(B) | 128.09º | 0.96% | 0.94% | - |
| XYZ | 31.69 | 62.54 | 12.5 | - |
| YUV | 148.54 | 67.3 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 41 | 0.96 | 0 | 0.83 | 0.06 | 128.09 | 0.92 | 0.49 |
| Hex | A | F0 | 29 | 60 | 0 | 53 | 6 | 80 | 5C | 31 |
| Octal | 12 | 360 | 51 | 140 | 0 | 123 | 6 | 200 | 134 | 61 |
| Binary | 1010 | 11110000 | 101001 | 1100000 | 0 | 1010011 | 110 | 10000000 | 1011100 | 110001 |
Color Harmonies of #0AF029
Complementary color
Monochromatic Colors of #0AF029
Black with #0AF029
Text Example
Text Example
White with #0AF029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF029; }
p { color: rgb(10,240,41); }
H1.HeaderClassName
{
color: #0AF029;
}
.AnyTagClassName
{
color: #0AF029;
}
</style>
background-color css
<style>
a { background-color: #0AF029; }
a { background-color: rgb(10,240,41); }
div.DivClassName
{
background-color: #0AF029;
}
.BgClassName
{
background-color: #0AF029;
}
</style>
border-color css
<style>
span { border-color: #0AF029; }
span { border-color: rgb(10,240,41); }
td.TdClassName
{
border-color: #0AF029;
}
.TagClassName
{
border-color: #0AF029;
}
</style>