Shades of Free Speech Green #0AF22B
Tints of Free Speech Green #0AF22B
RGB
CMYK
RGB Variations
Color information
#0AF22B (or 0x0AF22B) is known color: Free Speech Green. HEX triplet: 0A, F2 and 2B. RGB value is (10,242,43). Sum of RGB (Red+Green+Blue) = 10+242+43=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 242 (94.92% from 255 or 82.03% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF22B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF22B is #F50DD4. Grayscale: #969696. Windows color (decimal): -16059861 or 2880010. OLE color: 2880010.
HSL color Cylindrical-coordinate representation of color #0AF22B: hue angle of 128.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF22B is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 43 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.05 |
| HSL | 128.53º | 0.92% | 0.49% | - |
| HSV(B) | 128.53º | 0.96% | 0.95% | - |
| XYZ | 32.31 | 63.74 | 12.89 | - |
| YUV | 149.95 | 67.64 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 43 | 0.96 | 0 | 0.82 | 0.05 | 128.53 | 0.92 | 0.49 |
| Hex | A | F2 | 2B | 60 | 0 | 52 | 5 | 81 | 5C | 31 |
| Octal | 12 | 362 | 53 | 140 | 0 | 122 | 5 | 201 | 134 | 61 |
| Binary | 1010 | 11110010 | 101011 | 1100000 | 0 | 1010010 | 101 | 10000001 | 1011100 | 110001 |
Color Harmonies of #0AF22B
Complementary color
Monochromatic Colors of #0AF22B
Black with #0AF22B
Text Example
Text Example
White with #0AF22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF22B; }
p { color: rgb(10,242,43); }
H1.HeaderClassName
{
color: #0AF22B;
}
.AnyTagClassName
{
color: #0AF22B;
}
</style>
background-color css
<style>
a { background-color: #0AF22B; }
a { background-color: rgb(10,242,43); }
div.DivClassName
{
background-color: #0AF22B;
}
.BgClassName
{
background-color: #0AF22B;
}
</style>
border-color css
<style>
span { border-color: #0AF22B; }
span { border-color: rgb(10,242,43); }
td.TdClassName
{
border-color: #0AF22B;
}
.TagClassName
{
border-color: #0AF22B;
}
</style>