Html Css Color HEX #0FA978 Free Speech Aquamarine
📋 copy color: '#0FA978'red 15 ◦ green 169 ◦ blue 120
Shades of Free Speech Aquamarine #0FA978
Tints of Free Speech Aquamarine #0FA978
RGB
CMYK
RGB Variations
Color information
#0FA978 (or 0x0FA978) is known color: Free Speech Aquamarine. HEX triplet: 0F, A9 and 78. RGB value is (15,169,120). Sum of RGB (Red+Green+Blue) = 15+169+120=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA978 is #F05687. Grayscale: #757575. Windows color (decimal): -15750792 or 7907599. OLE color: 7907599.
HSL color Cylindrical-coordinate representation of color #0FA978: hue angle of 160.91º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA978 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 120 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.34 |
| HSL | 160.91º | 0.84% | 0.36% | - |
| HSV(B) | 160.91º | 0.91% | 0.66% | - |
| XYZ | 17.78 | 29.83 | 22.59 | - |
| YUV | 117.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 120 | 0.91 | 0 | 0.29 | 0.34 | 160.91 | 0.84 | 0.36 |
| Hex | F | A9 | 78 | 5B | 0 | 1D | 22 | A1 | 54 | 24 |
| Octal | 17 | 251 | 170 | 133 | 0 | 35 | 42 | 241 | 124 | 44 |
| Binary | 1111 | 10101001 | 1111000 | 1011011 | 0 | 11101 | 100010 | 10100001 | 1010100 | 100100 |
Color Harmonies of #0FA978
Complementary color
Monochromatic Colors of #0FA978
Black with #0FA978
Text Example
Text Example
White with #0FA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA978; }
p { color: rgb(15,169,120); }
H1.HeaderClassName
{
color: #0FA978;
}
.AnyTagClassName
{
color: #0FA978;
}
</style>
background-color css
<style>
a { background-color: #0FA978; }
a { background-color: rgb(15,169,120); }
div.DivClassName
{
background-color: #0FA978;
}
.BgClassName
{
background-color: #0FA978;
}
</style>
border-color css
<style>
span { border-color: #0FA978; }
span { border-color: rgb(15,169,120); }
td.TdClassName
{
border-color: #0FA978;
}
.TagClassName
{
border-color: #0FA978;
}
</style>