Shades of Free Speech Green #0AF30B
Tints of Free Speech Green #0AF30B
RGB
CMYK
RGB Variations
Color information
#0AF30B (or 0x0AF30B) is known color: Free Speech Green. HEX triplet: 0A, F3 and 0B. RGB value is (10,243,11). Sum of RGB (Red+Green+Blue) = 10+243+11=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 243 (95.31% from 255 or 92.05% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF30B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF30B is #F50CF4. Grayscale: #939393. Windows color (decimal): -16059637 or 783114. OLE color: 783114.
HSL color Cylindrical-coordinate representation of color #0AF30B: hue angle of 120.26º 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 #0AF30B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 243 | 11 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.05 |
| HSL | 120.26º | 0.92% | 0.5% | - |
| HSV(B) | 120.26º | 0.96% | 0.95% | - |
| XYZ | 32.24 | 64.19 | 11.01 | - |
| YUV | 146.89 | 51.31 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 11 | 0.96 | 0 | 0.95 | 0.05 | 120.26 | 0.92 | 0.5 |
| Hex | A | F3 | B | 60 | 0 | 5F | 5 | 78 | 5C | 32 |
| Octal | 12 | 363 | 13 | 140 | 0 | 137 | 5 | 170 | 134 | 62 |
| Binary | 1010 | 11110011 | 1011 | 1100000 | 0 | 1011111 | 101 | 1111000 | 1011100 | 110010 |
Color Harmonies of #0AF30B
Complementary color
Monochromatic Colors of #0AF30B
Black with #0AF30B
Text Example
Text Example
White with #0AF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF30B; }
p { color: rgb(10,243,11); }
H1.HeaderClassName
{
color: #0AF30B;
}
.AnyTagClassName
{
color: #0AF30B;
}
</style>
background-color css
<style>
a { background-color: #0AF30B; }
a { background-color: rgb(10,243,11); }
div.DivClassName
{
background-color: #0AF30B;
}
.BgClassName
{
background-color: #0AF30B;
}
</style>
border-color css
<style>
span { border-color: #0AF30B; }
span { border-color: rgb(10,243,11); }
td.TdClassName
{
border-color: #0AF30B;
}
.TagClassName
{
border-color: #0AF30B;
}
</style>