Html Css Color HEX #0F966D Free Speech Aquamarine
📋 copy color: '#0F966D'red 15 ◦ green 150 ◦ blue 109
Shades of Free Speech Aquamarine #0F966D
Tints of Free Speech Aquamarine #0F966D
RGB
CMYK
RGB Variations
Color information
#0F966D (or 0x0F966D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 96 and 6D. RGB value is (15,150,109). Sum of RGB (Red+Green+Blue) = 15+150+109=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 150 (58.98% from 255 or 54.74% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 150 - color contains mainly: green. Hex color #0F966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F966D is #F06992. Grayscale: #686868. Windows color (decimal): -15755667 or 7181839. OLE color: 7181839.
HSL color Cylindrical-coordinate representation of color #0F966D: hue angle of 161.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F966D is Cyan = 0.9, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 109 | - |
| CMYK | 0.9 | 0 | 0.27 | 0.41 |
| HSL | 161.78º | 0.82% | 0.32% | - |
| HSV(B) | 161.78º | 0.9% | 0.59% | - |
| XYZ | 13.86 | 23.02 | 18.18 | - |
| YUV | 104.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 109 | 0.9 | 0 | 0.27 | 0.41 | 161.78 | 0.82 | 0.32 |
| Hex | F | 96 | 6D | 5A | 0 | 1B | 29 | A2 | 52 | 20 |
| Octal | 17 | 226 | 155 | 132 | 0 | 33 | 51 | 242 | 122 | 40 |
| Binary | 1111 | 10010110 | 1101101 | 1011010 | 0 | 11011 | 101001 | 10100010 | 1010010 | 100000 |
Color Harmonies of #0F966D
Complementary color
Monochromatic Colors of #0F966D
Black with #0F966D
Text Example
Text Example
White with #0F966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F966D; }
p { color: rgb(15,150,109); }
H1.HeaderClassName
{
color: #0F966D;
}
.AnyTagClassName
{
color: #0F966D;
}
</style>
background-color css
<style>
a { background-color: #0F966D; }
a { background-color: rgb(15,150,109); }
div.DivClassName
{
background-color: #0F966D;
}
.BgClassName
{
background-color: #0F966D;
}
</style>
border-color css
<style>
span { border-color: #0F966D; }
span { border-color: rgb(15,150,109); }
td.TdClassName
{
border-color: #0F966D;
}
.TagClassName
{
border-color: #0F966D;
}
</style>