Html Css Color HEX #0FA074 Free Speech Aquamarine
📋 copy color: '#0FA074'red 15 ◦ green 160 ◦ blue 116
Shades of Free Speech Aquamarine #0FA074
Tints of Free Speech Aquamarine #0FA074
RGB
CMYK
RGB Variations
Color information
#0FA074 (or 0x0FA074) is known color: Free Speech Aquamarine. HEX triplet: 0F, A0 and 74. RGB value is (15,160,116). Sum of RGB (Red+Green+Blue) = 15+160+116=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA074 is #F05F8B. Grayscale: #6F6F6F. Windows color (decimal): -15753100 or 7643151. OLE color: 7643151.
HSL color Cylindrical-coordinate representation of color #0FA074: hue angle of 161.79º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA074 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 160 | 116 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.37 |
| HSL | 161.79º | 0.83% | 0.34% | - |
| HSV(B) | 161.79º | 0.91% | 0.63% | - |
| XYZ | 15.92 | 26.5 | 20.8 | - |
| YUV | 111.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 116 | 0.91 | 0 | 0.28 | 0.37 | 161.79 | 0.83 | 0.34 |
| Hex | F | A0 | 74 | 5B | 0 | 1C | 25 | A2 | 53 | 22 |
| Octal | 17 | 240 | 164 | 133 | 0 | 34 | 45 | 242 | 123 | 42 |
| Binary | 1111 | 10100000 | 1110100 | 1011011 | 0 | 11100 | 100101 | 10100010 | 1010011 | 100010 |
Color Harmonies of #0FA074
Complementary color
Monochromatic Colors of #0FA074
Black with #0FA074
Text Example
Text Example
White with #0FA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA074; }
p { color: rgb(15,160,116); }
H1.HeaderClassName
{
color: #0FA074;
}
.AnyTagClassName
{
color: #0FA074;
}
</style>
background-color css
<style>
a { background-color: #0FA074; }
a { background-color: rgb(15,160,116); }
div.DivClassName
{
background-color: #0FA074;
}
.BgClassName
{
background-color: #0FA074;
}
</style>
border-color css
<style>
span { border-color: #0FA074; }
span { border-color: rgb(15,160,116); }
td.TdClassName
{
border-color: #0FA074;
}
.TagClassName
{
border-color: #0FA074;
}
</style>