Shades of Free Speech Green #1ACC05
Tints of Free Speech Green #1ACC05
RGB
CMYK
RGB Variations
Color information
#1ACC05 (or 0x1ACC05) is known color: Free Speech Green. HEX triplet: 1A, CC and 05. RGB value is (26,204,5). Sum of RGB (Red+Green+Blue) = 26+204+5=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 204 (80.08% from 255 or 86.81% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC05 is #E533FA. Grayscale: #808080. Windows color (decimal): -15021051 or 379930. OLE color: 379930.
HSL color Cylindrical-coordinate representation of color #1ACC05: hue angle of 113.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ACC05 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 5 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.2 |
| HSL | 113.67º | 0.95% | 0.41% | - |
| HSV(B) | 113.67º | 0.98% | 0.8% | - |
| XYZ | 22.05 | 43.42 | 7.36 | - |
| YUV | 128.09 | 58.53 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 5 | 0.87 | 0 | 0.98 | 0.2 | 113.67 | 0.95 | 0.41 |
| Hex | 1A | CC | 5 | 57 | 0 | 62 | 14 | 72 | 5F | 29 |
| Octal | 32 | 314 | 5 | 127 | 0 | 142 | 24 | 162 | 137 | 51 |
| Binary | 11010 | 11001100 | 101 | 1010111 | 0 | 1100010 | 10100 | 1110010 | 1011111 | 101001 |
Color Harmonies of #1ACC05
Complementary color
Monochromatic Colors of #1ACC05
Black with #1ACC05
Text Example
Text Example
White with #1ACC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC05; }
p { color: rgb(26,204,5); }
H1.HeaderClassName
{
color: #1ACC05;
}
.AnyTagClassName
{
color: #1ACC05;
}
</style>
background-color css
<style>
a { background-color: #1ACC05; }
a { background-color: rgb(26,204,5); }
div.DivClassName
{
background-color: #1ACC05;
}
.BgClassName
{
background-color: #1ACC05;
}
</style>
border-color css
<style>
span { border-color: #1ACC05; }
span { border-color: rgb(26,204,5); }
td.TdClassName
{
border-color: #1ACC05;
}
.TagClassName
{
border-color: #1ACC05;
}
</style>