Shades of Free Speech Green #0AF32B
Tints of Free Speech Green #0AF32B
RGB
CMYK
RGB Variations
Color information
#0AF32B (or 0x0AF32B) is known color: Free Speech Green. HEX triplet: 0A, F3 and 2B. RGB value is (10,243,43). Sum of RGB (Red+Green+Blue) = 10+243+43=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 243 (95.31% from 255 or 82.09% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF32B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF32B is #F50CD4. Grayscale: #979797. Windows color (decimal): -16059605 or 2880266. OLE color: 2880266.
HSL color Cylindrical-coordinate representation of color #0AF32B: hue angle of 128.5º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF32B is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 243 | 43 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.05 |
| HSL | 128.5º | 0.92% | 0.5% | - |
| HSV(B) | 128.5º | 0.96% | 0.95% | - |
| XYZ | 32.61 | 64.34 | 12.99 | - |
| YUV | 150.53 | 67.31 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 43 | 0.96 | 0 | 0.82 | 0.05 | 128.5 | 0.92 | 0.5 |
| Hex | A | F3 | 2B | 60 | 0 | 52 | 5 | 80 | 5C | 32 |
| Octal | 12 | 363 | 53 | 140 | 0 | 122 | 5 | 200 | 134 | 62 |
| Binary | 1010 | 11110011 | 101011 | 1100000 | 0 | 1010010 | 101 | 10000000 | 1011100 | 110010 |
Color Harmonies of #0AF32B
Complementary color
Monochromatic Colors of #0AF32B
Black with #0AF32B
Text Example
Text Example
White with #0AF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF32B; }
p { color: rgb(10,243,43); }
H1.HeaderClassName
{
color: #0AF32B;
}
.AnyTagClassName
{
color: #0AF32B;
}
</style>
background-color css
<style>
a { background-color: #0AF32B; }
a { background-color: rgb(10,243,43); }
div.DivClassName
{
background-color: #0AF32B;
}
.BgClassName
{
background-color: #0AF32B;
}
</style>
border-color css
<style>
span { border-color: #0AF32B; }
span { border-color: rgb(10,243,43); }
td.TdClassName
{
border-color: #0AF32B;
}
.TagClassName
{
border-color: #0AF32B;
}
</style>