Shades of Free Speech Green #0AFC2B
Tints of Free Speech Green #0AFC2B
RGB
CMYK
RGB Variations
Color information
#0AFC2B (or 0x0AFC2B) is known color: Free Speech Green. HEX triplet: 0A, FC and 2B. RGB value is (10,252,43). Sum of RGB (Red+Green+Blue) = 10+252+43=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 252 (98.83% from 255 or 82.62% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFC2B is #F503D4. Grayscale: #9C9C9C. Windows color (decimal): -16057301 or 2882570. OLE color: 2882570.
HSL color Cylindrical-coordinate representation of color #0AFC2B: hue angle of 128.18º 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 #0AFC2B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 43 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.01 |
| HSL | 128.18º | 0.98% | 0.51% | - |
| HSV(B) | 128.18º | 0.96% | 0.99% | - |
| XYZ | 35.37 | 69.86 | 13.91 | - |
| YUV | 155.82 | 64.33 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 43 | 0.96 | 0 | 0.83 | 0.01 | 128.18 | 0.98 | 0.51 |
| Hex | A | FC | 2B | 60 | 0 | 53 | 1 | 80 | 62 | 33 |
| Octal | 12 | 374 | 53 | 140 | 0 | 123 | 1 | 200 | 142 | 63 |
| Binary | 1010 | 11111100 | 101011 | 1100000 | 0 | 1010011 | 1 | 10000000 | 1100010 | 110011 |
Color Harmonies of #0AFC2B
Complementary color
Monochromatic Colors of #0AFC2B
Black with #0AFC2B
Text Example
Text Example
White with #0AFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC2B; }
p { color: rgb(10,252,43); }
H1.HeaderClassName
{
color: #0AFC2B;
}
.AnyTagClassName
{
color: #0AFC2B;
}
</style>
background-color css
<style>
a { background-color: #0AFC2B; }
a { background-color: rgb(10,252,43); }
div.DivClassName
{
background-color: #0AFC2B;
}
.BgClassName
{
background-color: #0AFC2B;
}
</style>
border-color css
<style>
span { border-color: #0AFC2B; }
span { border-color: rgb(10,252,43); }
td.TdClassName
{
border-color: #0AFC2B;
}
.TagClassName
{
border-color: #0AFC2B;
}
</style>