Html Css Color HEX #0FA472 Free Speech Aquamarine
📋 copy color: '#0FA472'red 15 ◦ green 164 ◦ blue 114
Shades of Free Speech Aquamarine #0FA472
Tints of Free Speech Aquamarine #0FA472
RGB
CMYK
RGB Variations
Color information
#0FA472 (or 0x0FA472) is known color: Free Speech Aquamarine. HEX triplet: 0F, A4 and 72. RGB value is (15,164,114). Sum of RGB (Red+Green+Blue) = 15+164+114=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA472 is #F05B8D. Grayscale: #717171. Windows color (decimal): -15752078 or 7513103. OLE color: 7513103.
HSL color Cylindrical-coordinate representation of color #0FA472: hue angle of 159.87º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA472 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 114 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.36 |
| HSL | 159.87º | 0.83% | 0.35% | - |
| HSV(B) | 159.87º | 0.91% | 0.64% | - |
| XYZ | 16.51 | 27.87 | 20.43 | - |
| YUV | 113.75 | 128.14 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 114 | 0.91 | 0 | 0.30 | 0.36 | 159.87 | 0.83 | 0.35 |
| Hex | F | A4 | 72 | 5B | 0 | 1E | 24 | A0 | 53 | 23 |
| Octal | 17 | 244 | 162 | 133 | 0 | 36 | 44 | 240 | 123 | 43 |
| Binary | 1111 | 10100100 | 1110010 | 1011011 | 0 | 11110 | 100100 | 10100000 | 1010011 | 100011 |
Color Harmonies of #0FA472
Complementary color
Monochromatic Colors of #0FA472
Black with #0FA472
Text Example
Text Example
White with #0FA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA472; }
p { color: rgb(15,164,114); }
H1.HeaderClassName
{
color: #0FA472;
}
.AnyTagClassName
{
color: #0FA472;
}
</style>
background-color css
<style>
a { background-color: #0FA472; }
a { background-color: rgb(15,164,114); }
div.DivClassName
{
background-color: #0FA472;
}
.BgClassName
{
background-color: #0FA472;
}
</style>
border-color css
<style>
span { border-color: #0FA472; }
span { border-color: rgb(15,164,114); }
td.TdClassName
{
border-color: #0FA472;
}
.TagClassName
{
border-color: #0FA472;
}
</style>