Html Css Color HEX #00A977 Free Speech Aquamarine
📋 copy color: '#00A977'red 0 ◦ green 169 ◦ blue 119
Shades of Free Speech Aquamarine #00A977
Tints of Free Speech Aquamarine #00A977
RGB
CMYK
RGB Variations
Color information
#00A977 (or 0x00A977) is known color: Free Speech Aquamarine. HEX triplet: 00, A9 and 77. RGB value is (0,169,119). Sum of RGB (Red+Green+Blue) = 0+169+119=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #00A977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A977 is #FF5688. Grayscale: #707070. Windows color (decimal): -16733833 or 7842048. OLE color: 7842048.
HSL color Cylindrical-coordinate representation of color #00A977: hue angle of 162.25º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A977 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 119 | - |
| CMYK | 1 | 0 | 0.30 | 0.34 |
| HSL | 162.25º | 1% | 0.33% | - |
| HSV(B) | 162.25º | 1% | 0.66% | - |
| XYZ | 17.52 | 29.71 | 22.26 | - |
| YUV | 112.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 119 | 1 | 0 | 0.30 | 0.34 | 162.25 | 1 | 0.33 |
| Hex | 0 | A9 | 77 | 64 | 0 | 1E | 22 | A2 | 64 | 21 |
| Octal | 0 | 251 | 167 | 144 | 0 | 36 | 42 | 242 | 144 | 41 |
| Binary | 0 | 10101001 | 1110111 | 1100100 | 0 | 11110 | 100010 | 10100010 | 1100100 | 100001 |
Color Harmonies of #00A977
Complementary color
Monochromatic Colors of #00A977
Black with #00A977
Text Example
Text Example
White with #00A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A977; }
p { color: rgb(0,169,119); }
H1.HeaderClassName
{
color: #00A977;
}
.AnyTagClassName
{
color: #00A977;
}
</style>
background-color css
<style>
a { background-color: #00A977; }
a { background-color: rgb(0,169,119); }
div.DivClassName
{
background-color: #00A977;
}
.BgClassName
{
background-color: #00A977;
}
</style>
border-color css
<style>
span { border-color: #00A977; }
span { border-color: rgb(0,169,119); }
td.TdClassName
{
border-color: #00A977;
}
.TagClassName
{
border-color: #00A977;
}
</style>