Html Css Color HEX #0F9478 Free Speech Aquamarine
📋 copy color: '#0F9478'red 15 ◦ green 148 ◦ blue 120
Shades of Free Speech Aquamarine #0F9478
Tints of Free Speech Aquamarine #0F9478
RGB
CMYK
RGB Variations
Color information
#0F9478 (or 0x0F9478) is known color: Free Speech Aquamarine. HEX triplet: 0F, 94 and 78. RGB value is (15,148,120). Sum of RGB (Red+Green+Blue) = 15+148+120=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9478 is #F06B87. Grayscale: #696969. Windows color (decimal): -15756168 or 7902223. OLE color: 7902223.
HSL color Cylindrical-coordinate representation of color #0F9478: hue angle of 167.37º 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 #0F9478 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 120 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.42 |
| HSL | 167.37º | 0.82% | 0.32% | - |
| HSV(B) | 167.37º | 0.9% | 0.58% | - |
| XYZ | 14.18 | 22.64 | 21.39 | - |
| YUV | 105.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 120 | 0.90 | 0 | 0.19 | 0.42 | 167.37 | 0.82 | 0.32 |
| Hex | F | 94 | 78 | 5A | 0 | 13 | 2A | A7 | 52 | 20 |
| Octal | 17 | 224 | 170 | 132 | 0 | 23 | 52 | 247 | 122 | 40 |
| Binary | 1111 | 10010100 | 1111000 | 1011010 | 0 | 10011 | 101010 | 10100111 | 1010010 | 100000 |
Color Harmonies of #0F9478
Complementary color
Monochromatic Colors of #0F9478
Black with #0F9478
Text Example
Text Example
White with #0F9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9478; }
p { color: rgb(15,148,120); }
H1.HeaderClassName
{
color: #0F9478;
}
.AnyTagClassName
{
color: #0F9478;
}
</style>
background-color css
<style>
a { background-color: #0F9478; }
a { background-color: rgb(15,148,120); }
div.DivClassName
{
background-color: #0F9478;
}
.BgClassName
{
background-color: #0F9478;
}
</style>
border-color css
<style>
span { border-color: #0F9478; }
span { border-color: rgb(15,148,120); }
td.TdClassName
{
border-color: #0F9478;
}
.TagClassName
{
border-color: #0F9478;
}
</style>