Html Css Color HEX #01AD7B Free Speech Aquamarine
📋 copy color: '#01AD7B'red 1 ◦ green 173 ◦ blue 123
Shades of Free Speech Aquamarine #01AD7B
Tints of Free Speech Aquamarine #01AD7B
RGB
CMYK
RGB Variations
Color information
#01AD7B (or 0x01AD7B) is known color: Free Speech Aquamarine. HEX triplet: 01, AD and 7B. RGB value is (1,173,123). Sum of RGB (Red+Green+Blue) = 1+173+123=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD7B is #FE5284. Grayscale: #737373. Windows color (decimal): -16667269 or 8105217. OLE color: 8105217.
HSL color Cylindrical-coordinate representation of color #01AD7B: hue angle of 162.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD7B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 123 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.32 |
| HSL | 162.56º | 0.99% | 0.34% | - |
| HSV(B) | 162.56º | 0.99% | 0.68% | - |
| XYZ | 18.53 | 31.32 | 23.81 | - |
| YUV | 115.87 | 132.02 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 123 | 0.99 | 0 | 0.29 | 0.32 | 162.56 | 0.99 | 0.34 |
| Hex | 1 | AD | 7B | 63 | 0 | 1D | 20 | A3 | 63 | 22 |
| Octal | 1 | 255 | 173 | 143 | 0 | 35 | 40 | 243 | 143 | 42 |
| Binary | 1 | 10101101 | 1111011 | 1100011 | 0 | 11101 | 100000 | 10100011 | 1100011 | 100010 |
Color Harmonies of #01AD7B
Complementary color
Monochromatic Colors of #01AD7B
Black with #01AD7B
Text Example
Text Example
White with #01AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD7B; }
p { color: rgb(1,173,123); }
H1.HeaderClassName
{
color: #01AD7B;
}
.AnyTagClassName
{
color: #01AD7B;
}
</style>
background-color css
<style>
a { background-color: #01AD7B; }
a { background-color: rgb(1,173,123); }
div.DivClassName
{
background-color: #01AD7B;
}
.BgClassName
{
background-color: #01AD7B;
}
</style>
border-color css
<style>
span { border-color: #01AD7B; }
span { border-color: rgb(1,173,123); }
td.TdClassName
{
border-color: #01AD7B;
}
.TagClassName
{
border-color: #01AD7B;
}
</style>