Shades of Shadow Green #91C0AF
Tints of Shadow Green #91C0AF
RGB
CMYK
RGB Variations
Color information
#91C0AF (or 0x91C0AF) is known color: Shadow Green. HEX triplet: 91, C0 and AF. RGB value is (145,192,175). Sum of RGB (Red+Green+Blue) = 145+192+175=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #91C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C0AF is #6E3F50. Grayscale: #B0B0B0. Windows color (decimal): -7225169 or 11518097. OLE color: 11518097.
HSL color Cylindrical-coordinate representation of color #91C0AF: hue angle of 158.3º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91C0AF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 175 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.25 |
| HSL | 158.3º | 0.27% | 0.66% | - |
| HSV(B) | 158.3º | 0.24% | 0.75% | - |
| XYZ | 38.26 | 46.81 | 47.58 | - |
| YUV | 176.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 175 | 0.24 | 0 | 0.09 | 0.25 | 158.3 | 0.27 | 0.66 |
| Hex | 91 | C0 | AF | 18 | 0 | 9 | 19 | 9E | 1B | 42 |
| Octal | 221 | 300 | 257 | 30 | 0 | 11 | 31 | 236 | 33 | 102 |
| Binary | 10010001 | 11000000 | 10101111 | 11000 | 0 | 1001 | 11001 | 10011110 | 11011 | 1000010 |
Color Harmonies of #91C0AF
Complementary color
Monochromatic Colors of #91C0AF
Black with #91C0AF
Text Example
Text Example
White with #91C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0AF; }
p { color: rgb(145,192,175); }
H1.HeaderClassName
{
color: #91C0AF;
}
.AnyTagClassName
{
color: #91C0AF;
}
</style>
background-color css
<style>
a { background-color: #91C0AF; }
a { background-color: rgb(145,192,175); }
div.DivClassName
{
background-color: #91C0AF;
}
.BgClassName
{
background-color: #91C0AF;
}
</style>
border-color css
<style>
span { border-color: #91C0AF; }
span { border-color: rgb(145,192,175); }
td.TdClassName
{
border-color: #91C0AF;
}
.TagClassName
{
border-color: #91C0AF;
}
</style>