Shades of Free Speech Green #0ACF04
Tints of Free Speech Green #0ACF04
RGB
CMYK
RGB Variations
Color information
#0ACF04 (or 0x0ACF04) is known color: Free Speech Green. HEX triplet: 0A, CF and 04. RGB value is (10,207,4). Sum of RGB (Red+Green+Blue) = 10+207+4=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 207 (81.25% from 255 or 93.67% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF04 is #F530FB. Grayscale: #7D7D7D. Windows color (decimal): -16068860 or 315146. OLE color: 315146.
HSL color Cylindrical-coordinate representation of color #0ACF04: hue angle of 118.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ACF04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.19 |
| HSL | 118.23º | 0.96% | 0.41% | - |
| HSV(B) | 118.23º | 0.98% | 0.81% | - |
| XYZ | 22.46 | 44.7 | 7.56 | - |
| YUV | 124.96 | 59.73 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 4 | 0.95 | 0 | 0.98 | 0.19 | 118.23 | 0.96 | 0.41 |
| Hex | A | CF | 4 | 5F | 0 | 62 | 13 | 76 | 60 | 29 |
| Octal | 12 | 317 | 4 | 137 | 0 | 142 | 23 | 166 | 140 | 51 |
| Binary | 1010 | 11001111 | 100 | 1011111 | 0 | 1100010 | 10011 | 1110110 | 1100000 | 101001 |
Color Harmonies of #0ACF04
Complementary color
Monochromatic Colors of #0ACF04
Black with #0ACF04
Text Example
Text Example
White with #0ACF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF04; }
p { color: rgb(10,207,4); }
H1.HeaderClassName
{
color: #0ACF04;
}
.AnyTagClassName
{
color: #0ACF04;
}
</style>
background-color css
<style>
a { background-color: #0ACF04; }
a { background-color: rgb(10,207,4); }
div.DivClassName
{
background-color: #0ACF04;
}
.BgClassName
{
background-color: #0ACF04;
}
</style>
border-color css
<style>
span { border-color: #0ACF04; }
span { border-color: rgb(10,207,4); }
td.TdClassName
{
border-color: #0ACF04;
}
.TagClassName
{
border-color: #0ACF04;
}
</style>