Shades of Free Speech Green #0AF92B
Tints of Free Speech Green #0AF92B
RGB
CMYK
RGB Variations
Color information
#0AF92B (or 0x0AF92B) is known color: Free Speech Green. HEX triplet: 0A, F9 and 2B. RGB value is (10,249,43). Sum of RGB (Red+Green+Blue) = 10+249+43=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 249 (97.66% from 255 or 82.45% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF92B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF92B is #F506D4. Grayscale: #9A9A9A. Windows color (decimal): -16058069 or 2881802. OLE color: 2881802.
HSL color Cylindrical-coordinate representation of color #0AF92B: hue angle of 128.28º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF92B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 43 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.02 |
| HSL | 128.28º | 0.95% | 0.51% | - |
| HSV(B) | 128.28º | 0.96% | 0.98% | - |
| XYZ | 34.44 | 67.99 | 13.59 | - |
| YUV | 154.06 | 65.32 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 43 | 0.96 | 0 | 0.83 | 0.02 | 128.28 | 0.95 | 0.51 |
| Hex | A | F9 | 2B | 60 | 0 | 53 | 2 | 80 | 5F | 33 |
| Octal | 12 | 371 | 53 | 140 | 0 | 123 | 2 | 200 | 137 | 63 |
| Binary | 1010 | 11111001 | 101011 | 1100000 | 0 | 1010011 | 10 | 10000000 | 1011111 | 110011 |
Color Harmonies of #0AF92B
Complementary color
Monochromatic Colors of #0AF92B
Black with #0AF92B
Text Example
Text Example
White with #0AF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF92B; }
p { color: rgb(10,249,43); }
H1.HeaderClassName
{
color: #0AF92B;
}
.AnyTagClassName
{
color: #0AF92B;
}
</style>
background-color css
<style>
a { background-color: #0AF92B; }
a { background-color: rgb(10,249,43); }
div.DivClassName
{
background-color: #0AF92B;
}
.BgClassName
{
background-color: #0AF92B;
}
</style>
border-color css
<style>
span { border-color: #0AF92B; }
span { border-color: rgb(10,249,43); }
td.TdClassName
{
border-color: #0AF92B;
}
.TagClassName
{
border-color: #0AF92B;
}
</style>