Shades of Free Speech Green #0AFC28
Tints of Free Speech Green #0AFC28
RGB
CMYK
RGB Variations
Color information
#0AFC28 (or 0x0AFC28) is known color: Free Speech Green. HEX triplet: 0A, FC and 28. RGB value is (10,252,40). Sum of RGB (Red+Green+Blue) = 10+252+40=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 252 (98.83% from 255 or 83.44% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC28 is #F503D7. Grayscale: #9C9C9C. Windows color (decimal): -16057304 or 2685962. OLE color: 2685962.
HSL color Cylindrical-coordinate representation of color #0AFC28: hue angle of 127.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFC28 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 40 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.01 |
| HSL | 127.44º | 0.98% | 0.51% | - |
| HSV(B) | 127.44º | 0.96% | 0.99% | - |
| XYZ | 35.32 | 69.84 | 13.63 | - |
| YUV | 155.47 | 62.83 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 40 | 0.96 | 0 | 0.84 | 0.01 | 127.44 | 0.98 | 0.51 |
| Hex | A | FC | 28 | 60 | 0 | 54 | 1 | 7F | 62 | 33 |
| Octal | 12 | 374 | 50 | 140 | 0 | 124 | 1 | 177 | 142 | 63 |
| Binary | 1010 | 11111100 | 101000 | 1100000 | 0 | 1010100 | 1 | 1111111 | 1100010 | 110011 |
Color Harmonies of #0AFC28
Complementary color
Monochromatic Colors of #0AFC28
Black with #0AFC28
Text Example
Text Example
White with #0AFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC28; }
p { color: rgb(10,252,40); }
H1.HeaderClassName
{
color: #0AFC28;
}
.AnyTagClassName
{
color: #0AFC28;
}
</style>
background-color css
<style>
a { background-color: #0AFC28; }
a { background-color: rgb(10,252,40); }
div.DivClassName
{
background-color: #0AFC28;
}
.BgClassName
{
background-color: #0AFC28;
}
</style>
border-color css
<style>
span { border-color: #0AFC28; }
span { border-color: rgb(10,252,40); }
td.TdClassName
{
border-color: #0AFC28;
}
.TagClassName
{
border-color: #0AFC28;
}
</style>