Shades of Free Speech Green #0ACF08
Tints of Free Speech Green #0ACF08
RGB
CMYK
RGB Variations
Color information
#0ACF08 (or 0x0ACF08) is known color: Free Speech Green. HEX triplet: 0A, CF and 08. RGB value is (10,207,8). Sum of RGB (Red+Green+Blue) = 10+207+8=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 207 (81.25% from 255 or 92% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF08 is #F530F7. Grayscale: #7E7E7E. Windows color (decimal): -16068856 or 577290. OLE color: 577290.
HSL color Cylindrical-coordinate representation of color #0ACF08: hue angle of 119.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACF08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.19 |
| HSL | 119.4º | 0.93% | 0.42% | - |
| HSV(B) | 119.4º | 0.96% | 0.81% | - |
| XYZ | 22.48 | 44.71 | 7.67 | - |
| YUV | 125.41 | 61.73 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 8 | 0.95 | 0 | 0.96 | 0.19 | 119.4 | 0.93 | 0.42 |
| Hex | A | CF | 8 | 5F | 0 | 60 | 13 | 77 | 5D | 2A |
| Octal | 12 | 317 | 10 | 137 | 0 | 140 | 23 | 167 | 135 | 52 |
| Binary | 1010 | 11001111 | 1000 | 1011111 | 0 | 1100000 | 10011 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0ACF08
Complementary color
Monochromatic Colors of #0ACF08
Black with #0ACF08
Text Example
Text Example
White with #0ACF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF08; }
p { color: rgb(10,207,8); }
H1.HeaderClassName
{
color: #0ACF08;
}
.AnyTagClassName
{
color: #0ACF08;
}
</style>
background-color css
<style>
a { background-color: #0ACF08; }
a { background-color: rgb(10,207,8); }
div.DivClassName
{
background-color: #0ACF08;
}
.BgClassName
{
background-color: #0ACF08;
}
</style>
border-color css
<style>
span { border-color: #0ACF08; }
span { border-color: rgb(10,207,8); }
td.TdClassName
{
border-color: #0ACF08;
}
.TagClassName
{
border-color: #0ACF08;
}
</style>