Html Css Color HEX #00A477 Free Speech Aquamarine
📋 copy color: '#00A477'red 0 ◦ green 164 ◦ blue 119
Shades of Free Speech Aquamarine #00A477
Tints of Free Speech Aquamarine #00A477
RGB
CMYK
RGB Variations
Color information
#00A477 (or 0x00A477) is known color: Free Speech Aquamarine. HEX triplet: 00, A4 and 77. RGB value is (0,164,119). Sum of RGB (Red+Green+Blue) = 0+164+119=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 164 (64.45% from 255 or 57.95% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 164 - color contains mainly: green. Hex color #00A477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A477 is #FF5B88. Grayscale: #6D6D6D. Windows color (decimal): -16735113 or 7840768. OLE color: 7840768.
HSL color Cylindrical-coordinate representation of color #00A477: hue angle of 163.54º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A477 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 164 | 119 | - |
| CMYK | 1 | 0 | 0.27 | 0.36 |
| HSL | 163.54º | 1% | 0.32% | - |
| HSV(B) | 163.54º | 1% | 0.64% | - |
| XYZ | 16.61 | 27.88 | 21.96 | - |
| YUV | 109.83 | 133.17 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 119 | 1 | 0 | 0.27 | 0.36 | 163.54 | 1 | 0.32 |
| Hex | 0 | A4 | 77 | 64 | 0 | 1B | 24 | A4 | 64 | 20 |
| Octal | 0 | 244 | 167 | 144 | 0 | 33 | 44 | 244 | 144 | 40 |
| Binary | 0 | 10100100 | 1110111 | 1100100 | 0 | 11011 | 100100 | 10100100 | 1100100 | 100000 |
Color Harmonies of #00A477
Complementary color
Monochromatic Colors of #00A477
Black with #00A477
Text Example
Text Example
White with #00A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A477; }
p { color: rgb(0,164,119); }
H1.HeaderClassName
{
color: #00A477;
}
.AnyTagClassName
{
color: #00A477;
}
</style>
background-color css
<style>
a { background-color: #00A477; }
a { background-color: rgb(0,164,119); }
div.DivClassName
{
background-color: #00A477;
}
.BgClassName
{
background-color: #00A477;
}
</style>
border-color css
<style>
span { border-color: #00A477; }
span { border-color: rgb(0,164,119); }
td.TdClassName
{
border-color: #00A477;
}
.TagClassName
{
border-color: #00A477;
}
</style>