Shades of Shadow Green #9ABFB5
Tints of Shadow Green #9ABFB5
RGB
CMYK
RGB Variations
Color information
#9ABFB5 (or 0x9ABFB5) is known color: Shadow Green. HEX triplet: 9A, BF and B5. RGB value is (154,191,181). Sum of RGB (Red+Green+Blue) = 154+191+181=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFB5 is #65404A. Grayscale: #B2B2B2. Windows color (decimal): -6635595 or 11911066. OLE color: 11911066.
HSL color Cylindrical-coordinate representation of color #9ABFB5: hue angle of 163.78º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 181 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.25 |
| HSL | 163.78º | 0.22% | 0.68% | - |
| HSV(B) | 163.78º | 0.19% | 0.75% | - |
| XYZ | 40.3 | 47.47 | 50.75 | - |
| YUV | 178.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 181 | 0.19 | 0 | 0.05 | 0.25 | 163.78 | 0.22 | 0.68 |
| Hex | 9A | BF | B5 | 13 | 0 | 5 | 19 | A4 | 16 | 44 |
| Octal | 232 | 277 | 265 | 23 | 0 | 5 | 31 | 244 | 26 | 104 |
| Binary | 10011010 | 10111111 | 10110101 | 10011 | 0 | 101 | 11001 | 10100100 | 10110 | 1000100 |
Color Harmonies of #9ABFB5
Complementary color
Monochromatic Colors of #9ABFB5
Black with #9ABFB5
Text Example
Text Example
White with #9ABFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFB5; }
p { color: rgb(154,191,181); }
H1.HeaderClassName
{
color: #9ABFB5;
}
.AnyTagClassName
{
color: #9ABFB5;
}
</style>
background-color css
<style>
a { background-color: #9ABFB5; }
a { background-color: rgb(154,191,181); }
div.DivClassName
{
background-color: #9ABFB5;
}
.BgClassName
{
background-color: #9ABFB5;
}
</style>
border-color css
<style>
span { border-color: #9ABFB5; }
span { border-color: rgb(154,191,181); }
td.TdClassName
{
border-color: #9ABFB5;
}
.TagClassName
{
border-color: #9ABFB5;
}
</style>