Html Css Color HEX #0F9578 Free Speech Aquamarine
📋 copy color: '#0F9578'red 15 ◦ green 149 ◦ blue 120
Shades of Free Speech Aquamarine #0F9578
Tints of Free Speech Aquamarine #0F9578
RGB
CMYK
RGB Variations
Color information
#0F9578 (or 0x0F9578) is known color: Free Speech Aquamarine. HEX triplet: 0F, 95 and 78. RGB value is (15,149,120). Sum of RGB (Red+Green+Blue) = 15+149+120=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9578 is #F06A87. Grayscale: #696969. Windows color (decimal): -15755912 or 7902479. OLE color: 7902479.
HSL color Cylindrical-coordinate representation of color #0F9578: hue angle of 167.01º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9578 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 120 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.42 |
| HSL | 167.01º | 0.82% | 0.32% | - |
| HSV(B) | 167.01º | 0.9% | 0.58% | - |
| XYZ | 14.33 | 22.95 | 21.44 | - |
| YUV | 105.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 120 | 0.90 | 0 | 0.19 | 0.42 | 167.01 | 0.82 | 0.32 |
| Hex | F | 95 | 78 | 5A | 0 | 13 | 2A | A7 | 52 | 20 |
| Octal | 17 | 225 | 170 | 132 | 0 | 23 | 52 | 247 | 122 | 40 |
| Binary | 1111 | 10010101 | 1111000 | 1011010 | 0 | 10011 | 101010 | 10100111 | 1010010 | 100000 |
Color Harmonies of #0F9578
Complementary color
Monochromatic Colors of #0F9578
Black with #0F9578
Text Example
Text Example
White with #0F9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9578; }
p { color: rgb(15,149,120); }
H1.HeaderClassName
{
color: #0F9578;
}
.AnyTagClassName
{
color: #0F9578;
}
</style>
background-color css
<style>
a { background-color: #0F9578; }
a { background-color: rgb(15,149,120); }
div.DivClassName
{
background-color: #0F9578;
}
.BgClassName
{
background-color: #0F9578;
}
</style>
border-color css
<style>
span { border-color: #0F9578; }
span { border-color: rgb(15,149,120); }
td.TdClassName
{
border-color: #0F9578;
}
.TagClassName
{
border-color: #0F9578;
}
</style>