Html Css Color HEX #01A575 Free Speech Aquamarine
📋 copy color: '#01A575'red 1 ◦ green 165 ◦ blue 117
Shades of Free Speech Aquamarine #01A575
Tints of Free Speech Aquamarine #01A575
RGB
CMYK
RGB Variations
Color information
#01A575 (or 0x01A575) is known color: Free Speech Aquamarine. HEX triplet: 01, A5 and 75. RGB value is (1,165,117). Sum of RGB (Red+Green+Blue) = 1+165+117=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #01A575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A575 is #FE5A8A. Grayscale: #6E6E6E. Windows color (decimal): -16669323 or 7709953. OLE color: 7709953.
HSL color Cylindrical-coordinate representation of color #01A575: hue angle of 162.44º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A575 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 117 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.35 |
| HSL | 162.44º | 0.99% | 0.33% | - |
| HSV(B) | 162.44º | 0.99% | 0.65% | - |
| XYZ | 16.68 | 28.2 | 21.39 | - |
| YUV | 110.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 117 | 0.99 | 0 | 0.29 | 0.35 | 162.44 | 0.99 | 0.33 |
| Hex | 1 | A5 | 75 | 63 | 0 | 1D | 23 | A2 | 63 | 21 |
| Octal | 1 | 245 | 165 | 143 | 0 | 35 | 43 | 242 | 143 | 41 |
| Binary | 1 | 10100101 | 1110101 | 1100011 | 0 | 11101 | 100011 | 10100010 | 1100011 | 100001 |
Color Harmonies of #01A575
Complementary color
Monochromatic Colors of #01A575
Black with #01A575
Text Example
Text Example
White with #01A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A575; }
p { color: rgb(1,165,117); }
H1.HeaderClassName
{
color: #01A575;
}
.AnyTagClassName
{
color: #01A575;
}
</style>
background-color css
<style>
a { background-color: #01A575; }
a { background-color: rgb(1,165,117); }
div.DivClassName
{
background-color: #01A575;
}
.BgClassName
{
background-color: #01A575;
}
</style>
border-color css
<style>
span { border-color: #01A575; }
span { border-color: rgb(1,165,117); }
td.TdClassName
{
border-color: #01A575;
}
.TagClassName
{
border-color: #01A575;
}
</style>