Shades of Free Speech Green #1ACF0A
Tints of Free Speech Green #1ACF0A
RGB
CMYK
RGB Variations
Color information
#1ACF0A (or 0x1ACF0A) is known color: Free Speech Green. HEX triplet: 1A, CF and 0A. RGB value is (26,207,10). Sum of RGB (Red+Green+Blue) = 26+207+10=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 207 (81.25% from 255 or 85.19% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACF0A is #E530F5. Grayscale: #838383. Windows color (decimal): -15020278 or 708378. OLE color: 708378.
HSL color Cylindrical-coordinate representation of color #1ACF0A: hue angle of 115.13º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1ACF0A is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 10 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.19 |
| HSL | 115.13º | 0.91% | 0.43% | - |
| HSV(B) | 115.13º | 0.95% | 0.81% | - |
| XYZ | 22.79 | 44.87 | 7.75 | - |
| YUV | 130.42 | 60.03 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 10 | 0.87 | 0 | 0.95 | 0.19 | 115.13 | 0.91 | 0.43 |
| Hex | 1A | CF | A | 57 | 0 | 5F | 13 | 73 | 5B | 2B |
| Octal | 32 | 317 | 12 | 127 | 0 | 137 | 23 | 163 | 133 | 53 |
| Binary | 11010 | 11001111 | 1010 | 1010111 | 0 | 1011111 | 10011 | 1110011 | 1011011 | 101011 |
Color Harmonies of #1ACF0A
Complementary color
Monochromatic Colors of #1ACF0A
Black with #1ACF0A
Text Example
Text Example
White with #1ACF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF0A; }
p { color: rgb(26,207,10); }
H1.HeaderClassName
{
color: #1ACF0A;
}
.AnyTagClassName
{
color: #1ACF0A;
}
</style>
background-color css
<style>
a { background-color: #1ACF0A; }
a { background-color: rgb(26,207,10); }
div.DivClassName
{
background-color: #1ACF0A;
}
.BgClassName
{
background-color: #1ACF0A;
}
</style>
border-color css
<style>
span { border-color: #1ACF0A; }
span { border-color: rgb(26,207,10); }
td.TdClassName
{
border-color: #1ACF0A;
}
.TagClassName
{
border-color: #1ACF0A;
}
</style>