Html Css Color HEX #0D977A Free Speech Aquamarine
📋 copy color: '#0D977A'red 13 ◦ green 151 ◦ blue 122
Shades of Free Speech Aquamarine #0D977A
Tints of Free Speech Aquamarine #0D977A
RGB
CMYK
RGB Variations
Color information
#0D977A (or 0x0D977A) is known color: Free Speech Aquamarine. HEX triplet: 0D, 97 and 7A. RGB value is (13,151,122). Sum of RGB (Red+Green+Blue) = 13+151+122=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #0D977A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D977A is #F26885. Grayscale: #6A6A6A. Windows color (decimal): -15886470 or 8034061. OLE color: 8034061.
HSL color Cylindrical-coordinate representation of color #0D977A: hue angle of 167.39º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D977A is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 151 | 122 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.41 |
| HSL | 167.39º | 0.84% | 0.32% | - |
| HSV(B) | 167.39º | 0.91% | 0.59% | - |
| XYZ | 14.75 | 23.62 | 22.2 | - |
| YUV | 106.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 122 | 0.91 | 0 | 0.19 | 0.41 | 167.39 | 0.84 | 0.32 |
| Hex | D | 97 | 7A | 5B | 0 | 13 | 29 | A7 | 54 | 20 |
| Octal | 15 | 227 | 172 | 133 | 0 | 23 | 51 | 247 | 124 | 40 |
| Binary | 1101 | 10010111 | 1111010 | 1011011 | 0 | 10011 | 101001 | 10100111 | 1010100 | 100000 |
Color Harmonies of #0D977A
Complementary color
Monochromatic Colors of #0D977A
Black with #0D977A
Text Example
Text Example
White with #0D977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D977A; }
p { color: rgb(13,151,122); }
H1.HeaderClassName
{
color: #0D977A;
}
.AnyTagClassName
{
color: #0D977A;
}
</style>
background-color css
<style>
a { background-color: #0D977A; }
a { background-color: rgb(13,151,122); }
div.DivClassName
{
background-color: #0D977A;
}
.BgClassName
{
background-color: #0D977A;
}
</style>
border-color css
<style>
span { border-color: #0D977A; }
span { border-color: rgb(13,151,122); }
td.TdClassName
{
border-color: #0D977A;
}
.TagClassName
{
border-color: #0D977A;
}
</style>