Html Css Color HEX #0F9971 Free Speech Aquamarine
📋 copy color: '#0F9971'red 15 ◦ green 153 ◦ blue 113
Shades of Free Speech Aquamarine #0F9971
Tints of Free Speech Aquamarine #0F9971
RGB
CMYK
RGB Variations
Color information
#0F9971 (or 0x0F9971) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 71. RGB value is (15,153,113). Sum of RGB (Red+Green+Blue) = 15+153+113=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9971 is #F0668E. Grayscale: #6B6B6B. Windows color (decimal): -15754895 or 7444751. OLE color: 7444751.
HSL color Cylindrical-coordinate representation of color #0F9971: hue angle of 162.61º 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 #0F9971 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 113 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.4 |
| HSL | 162.61º | 0.82% | 0.33% | - |
| HSV(B) | 162.61º | 0.9% | 0.6% | - |
| XYZ | 14.57 | 24.08 | 19.5 | - |
| YUV | 107.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 113 | 0.90 | 0 | 0.26 | 0.4 | 162.61 | 0.82 | 0.33 |
| Hex | F | 99 | 71 | 5A | 0 | 1A | 28 | A3 | 52 | 21 |
| Octal | 17 | 231 | 161 | 132 | 0 | 32 | 50 | 243 | 122 | 41 |
| Binary | 1111 | 10011001 | 1110001 | 1011010 | 0 | 11010 | 101000 | 10100011 | 1010010 | 100001 |
Color Harmonies of #0F9971
Complementary color
Monochromatic Colors of #0F9971
Black with #0F9971
Text Example
Text Example
White with #0F9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9971; }
p { color: rgb(15,153,113); }
H1.HeaderClassName
{
color: #0F9971;
}
.AnyTagClassName
{
color: #0F9971;
}
</style>
background-color css
<style>
a { background-color: #0F9971; }
a { background-color: rgb(15,153,113); }
div.DivClassName
{
background-color: #0F9971;
}
.BgClassName
{
background-color: #0F9971;
}
</style>
border-color css
<style>
span { border-color: #0F9971; }
span { border-color: rgb(15,153,113); }
td.TdClassName
{
border-color: #0F9971;
}
.TagClassName
{
border-color: #0F9971;
}
</style>