Html Css Color HEX #00A978 Free Speech Aquamarine
📋 copy color: '#00A978'red 0 ◦ green 169 ◦ blue 120
Shades of Free Speech Aquamarine #00A978
Tints of Free Speech Aquamarine #00A978
RGB
CMYK
RGB Variations
Color information
#00A978 (or 0x00A978) is known color: Free Speech Aquamarine. HEX triplet: 00, A9 and 78. RGB value is (0,169,120). Sum of RGB (Red+Green+Blue) = 0+169+120=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 169 (66.41% from 255 or 58.48% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 169 - color contains mainly: green. Hex color #00A978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A978 is #FF5687. Grayscale: #707070. Windows color (decimal): -16733832 or 7907584. OLE color: 7907584.
HSL color Cylindrical-coordinate representation of color #00A978: hue angle of 162.6º 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 #00A978 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 120 | - |
| CMYK | 1 | 0 | 0.29 | 0.34 |
| HSL | 162.6º | 1% | 0.33% | - |
| HSV(B) | 162.6º | 1% | 0.66% | - |
| XYZ | 17.58 | 29.73 | 22.58 | - |
| YUV | 112.88 | 132.01 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 120 | 1 | 0 | 0.29 | 0.34 | 162.6 | 1 | 0.33 |
| Hex | 0 | A9 | 78 | 64 | 0 | 1D | 22 | A3 | 64 | 21 |
| Octal | 0 | 251 | 170 | 144 | 0 | 35 | 42 | 243 | 144 | 41 |
| Binary | 0 | 10101001 | 1111000 | 1100100 | 0 | 11101 | 100010 | 10100011 | 1100100 | 100001 |
Color Harmonies of #00A978
Complementary color
Monochromatic Colors of #00A978
Black with #00A978
Text Example
Text Example
White with #00A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A978; }
p { color: rgb(0,169,120); }
H1.HeaderClassName
{
color: #00A978;
}
.AnyTagClassName
{
color: #00A978;
}
</style>
background-color css
<style>
a { background-color: #00A978; }
a { background-color: rgb(0,169,120); }
div.DivClassName
{
background-color: #00A978;
}
.BgClassName
{
background-color: #00A978;
}
</style>
border-color css
<style>
span { border-color: #00A978; }
span { border-color: rgb(0,169,120); }
td.TdClassName
{
border-color: #00A978;
}
.TagClassName
{
border-color: #00A978;
}
</style>