Html Css Color HEX #009870 Free Speech Aquamarine
📋 copy color: '#009870'red 0 ◦ green 152 ◦ blue 112
Shades of Free Speech Aquamarine #009870
Tints of Free Speech Aquamarine #009870
RGB
CMYK
RGB Variations
Color information
#009870 (or 0x009870) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 70. RGB value is (0,152,112). Sum of RGB (Red+Green+Blue) = 0+152+112=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #009870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009870 is #FF678F. Grayscale: #666666. Windows color (decimal): -16738192 or 7378944. OLE color: 7378944.
HSL color Cylindrical-coordinate representation of color #009870: hue angle of 164.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009870 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 152 | 112 | - |
| CMYK | 1 | 0 | 0.26 | 0.40 |
| HSL | 164.21º | 1% | 0.3% | - |
| HSV(B) | 164.21º | 1% | 0.6% | - |
| XYZ | 14.15 | 23.63 | 19.14 | - |
| YUV | 101.99 | 133.64 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 112 | 1 | 0 | 0.26 | 0.40 | 164.21 | 1 | 0.3 |
| Hex | 0 | 98 | 70 | 64 | 0 | 1A | 28 | A4 | 64 | 1E |
| Octal | 0 | 230 | 160 | 144 | 0 | 32 | 50 | 244 | 144 | 36 |
| Binary | 0 | 10011000 | 1110000 | 1100100 | 0 | 11010 | 101000 | 10100100 | 1100100 | 11110 |
Color Harmonies of #009870
Complementary color
Monochromatic Colors of #009870
Black with #009870
Text Example
Text Example
White with #009870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009870; }
p { color: rgb(0,152,112); }
H1.HeaderClassName
{
color: #009870;
}
.AnyTagClassName
{
color: #009870;
}
</style>
background-color css
<style>
a { background-color: #009870; }
a { background-color: rgb(0,152,112); }
div.DivClassName
{
background-color: #009870;
}
.BgClassName
{
background-color: #009870;
}
</style>
border-color css
<style>
span { border-color: #009870; }
span { border-color: rgb(0,152,112); }
td.TdClassName
{
border-color: #009870;
}
.TagClassName
{
border-color: #009870;
}
</style>