Shades of Free Speech Green #1ACE02
Tints of Free Speech Green #1ACE02
RGB
CMYK
RGB Variations
Color information
#1ACE02 (or 0x1ACE02) is known color: Free Speech Green. HEX triplet: 1A, CE and 02. RGB value is (26,206,2). Sum of RGB (Red+Green+Blue) = 26+206+2=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 206 (80.86% from 255 or 88.03% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACE02 is #E531FD. Grayscale: #818181. Windows color (decimal): -15020542 or 183834. OLE color: 183834.
HSL color Cylindrical-coordinate representation of color #1ACE02: hue angle of 112.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ACE02 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.19 |
| HSL | 112.94º | 0.98% | 0.41% | - |
| HSV(B) | 112.94º | 0.99% | 0.81% | - |
| XYZ | 22.51 | 44.37 | 7.43 | - |
| YUV | 128.92 | 56.37 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 2 | 0.87 | 0 | 0.99 | 0.19 | 112.94 | 0.98 | 0.41 |
| Hex | 1A | CE | 2 | 57 | 0 | 63 | 13 | 71 | 62 | 29 |
| Octal | 32 | 316 | 2 | 127 | 0 | 143 | 23 | 161 | 142 | 51 |
| Binary | 11010 | 11001110 | 10 | 1010111 | 0 | 1100011 | 10011 | 1110001 | 1100010 | 101001 |
Color Harmonies of #1ACE02
Complementary color
Monochromatic Colors of #1ACE02
Black with #1ACE02
Text Example
Text Example
White with #1ACE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE02; }
p { color: rgb(26,206,2); }
H1.HeaderClassName
{
color: #1ACE02;
}
.AnyTagClassName
{
color: #1ACE02;
}
</style>
background-color css
<style>
a { background-color: #1ACE02; }
a { background-color: rgb(26,206,2); }
div.DivClassName
{
background-color: #1ACE02;
}
.BgClassName
{
background-color: #1ACE02;
}
</style>
border-color css
<style>
span { border-color: #1ACE02; }
span { border-color: rgb(26,206,2); }
td.TdClassName
{
border-color: #1ACE02;
}
.TagClassName
{
border-color: #1ACE02;
}
</style>