Shades of Free Speech Green #1ACC02
Tints of Free Speech Green #1ACC02
RGB
CMYK
RGB Variations
Color information
#1ACC02 (or 0x1ACC02) is known color: Free Speech Green. HEX triplet: 1A, CC and 02. RGB value is (26,204,2). Sum of RGB (Red+Green+Blue) = 26+204+2=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 204 (80.08% from 255 or 87.93% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACC02 is #E533FD. Grayscale: #808080. Windows color (decimal): -15021054 or 183322. OLE color: 183322.
HSL color Cylindrical-coordinate representation of color #1ACC02: hue angle of 112.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ACC02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.2 |
| HSL | 112.87º | 0.98% | 0.4% | - |
| HSV(B) | 112.87º | 0.99% | 0.8% | - |
| XYZ | 22.03 | 43.41 | 7.28 | - |
| YUV | 127.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 2 | 0.87 | 0 | 0.99 | 0.2 | 112.87 | 0.98 | 0.4 |
| Hex | 1A | CC | 2 | 57 | 0 | 63 | 14 | 71 | 62 | 28 |
| Octal | 32 | 314 | 2 | 127 | 0 | 143 | 24 | 161 | 142 | 50 |
| Binary | 11010 | 11001100 | 10 | 1010111 | 0 | 1100011 | 10100 | 1110001 | 1100010 | 101000 |
Color Harmonies of #1ACC02
Complementary color
Monochromatic Colors of #1ACC02
Black with #1ACC02
Text Example
Text Example
White with #1ACC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC02; }
p { color: rgb(26,204,2); }
H1.HeaderClassName
{
color: #1ACC02;
}
.AnyTagClassName
{
color: #1ACC02;
}
</style>
background-color css
<style>
a { background-color: #1ACC02; }
a { background-color: rgb(26,204,2); }
div.DivClassName
{
background-color: #1ACC02;
}
.BgClassName
{
background-color: #1ACC02;
}
</style>
border-color css
<style>
span { border-color: #1ACC02; }
span { border-color: rgb(26,204,2); }
td.TdClassName
{
border-color: #1ACC02;
}
.TagClassName
{
border-color: #1ACC02;
}
</style>