Html Css Color HEX #0F956F Free Speech Aquamarine
📋 copy color: '#0F956F'red 15 ◦ green 149 ◦ blue 111
Shades of Free Speech Aquamarine #0F956F
Tints of Free Speech Aquamarine #0F956F
RGB
CMYK
RGB Variations
Color information
#0F956F (or 0x0F956F) is known color: Free Speech Aquamarine. HEX triplet: 0F, 95 and 6F. RGB value is (15,149,111). Sum of RGB (Red+Green+Blue) = 15+149+111=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #0F956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F956F is #F06A90. Grayscale: #686868. Windows color (decimal): -15755921 or 7312655. OLE color: 7312655.
HSL color Cylindrical-coordinate representation of color #0F956F: hue angle of 162.99º 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 #0F956F is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 111 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.42 |
| HSL | 162.99º | 0.82% | 0.32% | - |
| HSV(B) | 162.99º | 0.9% | 0.58% | - |
| XYZ | 13.81 | 22.74 | 18.7 | - |
| YUV | 104.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 111 | 0.90 | 0 | 0.26 | 0.42 | 162.99 | 0.82 | 0.32 |
| Hex | F | 95 | 6F | 5A | 0 | 1A | 2A | A3 | 52 | 20 |
| Octal | 17 | 225 | 157 | 132 | 0 | 32 | 52 | 243 | 122 | 40 |
| Binary | 1111 | 10010101 | 1101111 | 1011010 | 0 | 11010 | 101010 | 10100011 | 1010010 | 100000 |
Color Harmonies of #0F956F
Complementary color
Monochromatic Colors of #0F956F
Black with #0F956F
Text Example
Text Example
White with #0F956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F956F; }
p { color: rgb(15,149,111); }
H1.HeaderClassName
{
color: #0F956F;
}
.AnyTagClassName
{
color: #0F956F;
}
</style>
background-color css
<style>
a { background-color: #0F956F; }
a { background-color: rgb(15,149,111); }
div.DivClassName
{
background-color: #0F956F;
}
.BgClassName
{
background-color: #0F956F;
}
</style>
border-color css
<style>
span { border-color: #0F956F; }
span { border-color: rgb(15,149,111); }
td.TdClassName
{
border-color: #0F956F;
}
.TagClassName
{
border-color: #0F956F;
}
</style>