Html Css Color HEX #01A16F Free Speech Aquamarine
📋 copy color: '#01A16F'red 1 ◦ green 161 ◦ blue 111
Shades of Free Speech Aquamarine #01A16F
Tints of Free Speech Aquamarine #01A16F
RGB
CMYK
RGB Variations
Color information
#01A16F (or 0x01A16F) is known color: Free Speech Aquamarine. HEX triplet: 01, A1 and 6F. RGB value is (1,161,111). Sum of RGB (Red+Green+Blue) = 1+161+111=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #01A16F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A16F is #FE5E90. Grayscale: #6B6B6B. Windows color (decimal): -16670353 or 7315713. OLE color: 7315713.
HSL color Cylindrical-coordinate representation of color #01A16F: hue angle of 161.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A16F is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 111 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.37 |
| HSL | 161.25º | 0.99% | 0.32% | - |
| HSV(B) | 161.25º | 0.99% | 0.63% | - |
| XYZ | 15.63 | 26.64 | 19.36 | - |
| YUV | 107.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 111 | 0.99 | 0 | 0.31 | 0.37 | 161.25 | 0.99 | 0.32 |
| Hex | 1 | A1 | 6F | 63 | 0 | 1F | 25 | A1 | 63 | 20 |
| Octal | 1 | 241 | 157 | 143 | 0 | 37 | 45 | 241 | 143 | 40 |
| Binary | 1 | 10100001 | 1101111 | 1100011 | 0 | 11111 | 100101 | 10100001 | 1100011 | 100000 |
Color Harmonies of #01A16F
Complementary color
Monochromatic Colors of #01A16F
Black with #01A16F
Text Example
Text Example
White with #01A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A16F; }
p { color: rgb(1,161,111); }
H1.HeaderClassName
{
color: #01A16F;
}
.AnyTagClassName
{
color: #01A16F;
}
</style>
background-color css
<style>
a { background-color: #01A16F; }
a { background-color: rgb(1,161,111); }
div.DivClassName
{
background-color: #01A16F;
}
.BgClassName
{
background-color: #01A16F;
}
</style>
border-color css
<style>
span { border-color: #01A16F; }
span { border-color: rgb(1,161,111); }
td.TdClassName
{
border-color: #01A16F;
}
.TagClassName
{
border-color: #01A16F;
}
</style>