Shades of Free Speech Green #0AF91B
Tints of Free Speech Green #0AF91B
RGB
CMYK
RGB Variations
Color information
#0AF91B (or 0x0AF91B) is known color: Free Speech Green. HEX triplet: 0A, F9 and 1B. RGB value is (10,249,27). Sum of RGB (Red+Green+Blue) = 10+249+27=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 249 (97.66% from 255 or 87.06% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF91B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF91B is #F506E4. Grayscale: #989898. Windows color (decimal): -16058085 or 1833226. OLE color: 1833226.
HSL color Cylindrical-coordinate representation of color #0AF91B: hue angle of 124.27º 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 #0AF91B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 27 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.02 |
| HSL | 124.27º | 0.95% | 0.51% | - |
| HSV(B) | 124.27º | 0.96% | 0.98% | - |
| XYZ | 34.2 | 67.9 | 12.34 | - |
| YUV | 152.23 | 57.32 | 26.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 27 | 0.96 | 0 | 0.89 | 0.02 | 124.27 | 0.95 | 0.51 |
| Hex | A | F9 | 1B | 60 | 0 | 59 | 2 | 7C | 5F | 33 |
| Octal | 12 | 371 | 33 | 140 | 0 | 131 | 2 | 174 | 137 | 63 |
| Binary | 1010 | 11111001 | 11011 | 1100000 | 0 | 1011001 | 10 | 1111100 | 1011111 | 110011 |
Color Harmonies of #0AF91B
Complementary color
Monochromatic Colors of #0AF91B
Black with #0AF91B
Text Example
Text Example
White with #0AF91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF91B; }
p { color: rgb(10,249,27); }
H1.HeaderClassName
{
color: #0AF91B;
}
.AnyTagClassName
{
color: #0AF91B;
}
</style>
background-color css
<style>
a { background-color: #0AF91B; }
a { background-color: rgb(10,249,27); }
div.DivClassName
{
background-color: #0AF91B;
}
.BgClassName
{
background-color: #0AF91B;
}
</style>
border-color css
<style>
span { border-color: #0AF91B; }
span { border-color: rgb(10,249,27); }
td.TdClassName
{
border-color: #0AF91B;
}
.TagClassName
{
border-color: #0AF91B;
}
</style>