Html Css Color HEX #0F996D Free Speech Aquamarine
📋 copy color: '#0F996D'red 15 ◦ green 153 ◦ blue 109
Shades of Free Speech Aquamarine #0F996D
Tints of Free Speech Aquamarine #0F996D
RGB
CMYK
RGB Variations
Color information
#0F996D (or 0x0F996D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 6D. RGB value is (15,153,109). Sum of RGB (Red+Green+Blue) = 15+153+109=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #0F996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F996D is #F06692. Grayscale: #6A6A6A. Windows color (decimal): -15754899 or 7182607. OLE color: 7182607.
HSL color Cylindrical-coordinate representation of color #0F996D: hue angle of 160.87º 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 #0F996D is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 15 | 153 | 109 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.4 |
| HSL | 160.87º | 0.82% | 0.33% | - |
| HSV(B) | 160.87º | 0.9% | 0.6% | - |
| XYZ | 14.35 | 23.99 | 18.34 | - |
| YUV | 106.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 153 | 109 | 0.90 | 0 | 0.29 | 0.4 | 160.87 | 0.82 | 0.33 |
| Hex | F | 99 | 6D | 5A | 0 | 1D | 28 | A1 | 52 | 21 |
| Octal | 17 | 231 | 155 | 132 | 0 | 35 | 50 | 241 | 122 | 41 |
| Binary | 1111 | 10011001 | 1101101 | 1011010 | 0 | 11101 | 101000 | 10100001 | 1010010 | 100001 |
Color Harmonies of #0F996D
Complementary color
Monochromatic Colors of #0F996D
Black with #0F996D
Text Example
Text Example
White with #0F996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F996D; }
p { color: rgb(15,153,109); }
H1.HeaderClassName
{
color: #0F996D;
}
.AnyTagClassName
{
color: #0F996D;
}
</style>
background-color css
<style>
a { background-color: #0F996D; }
a { background-color: rgb(15,153,109); }
div.DivClassName
{
background-color: #0F996D;
}
.BgClassName
{
background-color: #0F996D;
}
</style>
border-color css
<style>
span { border-color: #0F996D; }
span { border-color: rgb(15,153,109); }
td.TdClassName
{
border-color: #0F996D;
}
.TagClassName
{
border-color: #0F996D;
}
</style>