Shades of Free Speech Green #1ACB03
Tints of Free Speech Green #1ACB03
RGB
CMYK
RGB Variations
Color information
#1ACB03 (or 0x1ACB03) is known color: Free Speech Green. HEX triplet: 1A, CB and 03. RGB value is (26,203,3). Sum of RGB (Red+Green+Blue) = 26+203+3=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB03 is #E534FC. Grayscale: #7F7F7F. Windows color (decimal): -15021309 or 248602. OLE color: 248602.
HSL color Cylindrical-coordinate representation of color #1ACB03: hue angle of 113.1º degrees, saturation: 0.97, 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 #1ACB03 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 3 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.20 |
| HSL | 113.1º | 0.97% | 0.4% | - |
| HSV(B) | 113.1º | 0.99% | 0.8% | - |
| XYZ | 21.8 | 42.94 | 7.23 | - |
| YUV | 127.28 | 57.86 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 3 | 0.87 | 0 | 0.99 | 0.20 | 113.1 | 0.97 | 0.4 |
| Hex | 1A | CB | 3 | 57 | 0 | 63 | 14 | 71 | 61 | 28 |
| Octal | 32 | 313 | 3 | 127 | 0 | 143 | 24 | 161 | 141 | 50 |
| Binary | 11010 | 11001011 | 11 | 1010111 | 0 | 1100011 | 10100 | 1110001 | 1100001 | 101000 |
Color Harmonies of #1ACB03
Complementary color
Monochromatic Colors of #1ACB03
Black with #1ACB03
Text Example
Text Example
White with #1ACB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB03; }
p { color: rgb(26,203,3); }
H1.HeaderClassName
{
color: #1ACB03;
}
.AnyTagClassName
{
color: #1ACB03;
}
</style>
background-color css
<style>
a { background-color: #1ACB03; }
a { background-color: rgb(26,203,3); }
div.DivClassName
{
background-color: #1ACB03;
}
.BgClassName
{
background-color: #1ACB03;
}
</style>
border-color css
<style>
span { border-color: #1ACB03; }
span { border-color: rgb(26,203,3); }
td.TdClassName
{
border-color: #1ACB03;
}
.TagClassName
{
border-color: #1ACB03;
}
</style>