Shades of Free Speech Green #0ACC08
Tints of Free Speech Green #0ACC08
RGB
CMYK
RGB Variations
Color information
#0ACC08 (or 0x0ACC08) is known color: Free Speech Green. HEX triplet: 0A, CC and 08. RGB value is (10,204,8). Sum of RGB (Red+Green+Blue) = 10+204+8=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 204 (80.08% from 255 or 91.89% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACC08 is #F533F7. Grayscale: #7C7C7C. Windows color (decimal): -16069624 or 576522. OLE color: 576522.
HSL color Cylindrical-coordinate representation of color #0ACC08: hue angle of 119.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACC08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.2 |
| HSL | 119.39º | 0.92% | 0.42% | - |
| HSV(B) | 119.39º | 0.96% | 0.8% | - |
| XYZ | 21.76 | 43.27 | 7.43 | - |
| YUV | 123.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 8 | 0.95 | 0 | 0.96 | 0.2 | 119.39 | 0.92 | 0.42 |
| Hex | A | CC | 8 | 5F | 0 | 60 | 14 | 77 | 5C | 2A |
| Octal | 12 | 314 | 10 | 137 | 0 | 140 | 24 | 167 | 134 | 52 |
| Binary | 1010 | 11001100 | 1000 | 1011111 | 0 | 1100000 | 10100 | 1110111 | 1011100 | 101010 |
Color Harmonies of #0ACC08
Complementary color
Monochromatic Colors of #0ACC08
Black with #0ACC08
Text Example
Text Example
White with #0ACC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC08; }
p { color: rgb(10,204,8); }
H1.HeaderClassName
{
color: #0ACC08;
}
.AnyTagClassName
{
color: #0ACC08;
}
</style>
background-color css
<style>
a { background-color: #0ACC08; }
a { background-color: rgb(10,204,8); }
div.DivClassName
{
background-color: #0ACC08;
}
.BgClassName
{
background-color: #0ACC08;
}
</style>
border-color css
<style>
span { border-color: #0ACC08; }
span { border-color: rgb(10,204,8); }
td.TdClassName
{
border-color: #0ACC08;
}
.TagClassName
{
border-color: #0ACC08;
}
</style>