Html Css Color HEX #0F9972 Free Speech Aquamarine
📋 copy color: '#0F9972'red 15 ◦ green 153 ◦ blue 114
Shades of Free Speech Aquamarine #0F9972
Tints of Free Speech Aquamarine #0F9972
RGB
CMYK
RGB Variations
Color information
#0F9972 (or 0x0F9972) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 72. RGB value is (15,153,114). Sum of RGB (Red+Green+Blue) = 15+153+114=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9972 is #F0668D. Grayscale: #6B6B6B. Windows color (decimal): -15754894 or 7510287. OLE color: 7510287.
HSL color Cylindrical-coordinate representation of color #0F9972: hue angle of 163.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9972 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 114 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.4 |
| HSL | 163.04º | 0.82% | 0.33% | - |
| HSV(B) | 163.04º | 0.9% | 0.6% | - |
| XYZ | 14.63 | 24.1 | 19.8 | - |
| YUV | 107.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 114 | 0.90 | 0 | 0.25 | 0.4 | 163.04 | 0.82 | 0.33 |
| Hex | F | 99 | 72 | 5A | 0 | 19 | 28 | A3 | 52 | 21 |
| Octal | 17 | 231 | 162 | 132 | 0 | 31 | 50 | 243 | 122 | 41 |
| Binary | 1111 | 10011001 | 1110010 | 1011010 | 0 | 11001 | 101000 | 10100011 | 1010010 | 100001 |
Color Harmonies of #0F9972
Complementary color
Monochromatic Colors of #0F9972
Black with #0F9972
Text Example
Text Example
White with #0F9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9972; }
p { color: rgb(15,153,114); }
H1.HeaderClassName
{
color: #0F9972;
}
.AnyTagClassName
{
color: #0F9972;
}
</style>
background-color css
<style>
a { background-color: #0F9972; }
a { background-color: rgb(15,153,114); }
div.DivClassName
{
background-color: #0F9972;
}
.BgClassName
{
background-color: #0F9972;
}
</style>
border-color css
<style>
span { border-color: #0F9972; }
span { border-color: rgb(15,153,114); }
td.TdClassName
{
border-color: #0F9972;
}
.TagClassName
{
border-color: #0F9972;
}
</style>