Shades of Shadow Green #9ABEB4
Tints of Shadow Green #9ABEB4
RGB
CMYK
RGB Variations
Color information
#9ABEB4 (or 0x9ABEB4) is known color: Shadow Green. HEX triplet: 9A, BE and B4. RGB value is (154,190,180). Sum of RGB (Red+Green+Blue) = 154+190+180=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEB4 is #65414B. Grayscale: #B2B2B2. Windows color (decimal): -6635852 or 11845274. OLE color: 11845274.
HSL color Cylindrical-coordinate representation of color #9ABEB4: hue angle of 163.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEB4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 180 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.25 |
| HSL | 163.33º | 0.22% | 0.67% | - |
| HSV(B) | 163.33º | 0.19% | 0.75% | - |
| XYZ | 39.98 | 46.99 | 50.14 | - |
| YUV | 178.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 180 | 0.19 | 0 | 0.05 | 0.25 | 163.33 | 0.22 | 0.67 |
| Hex | 9A | BE | B4 | 13 | 0 | 5 | 19 | A3 | 16 | 43 |
| Octal | 232 | 276 | 264 | 23 | 0 | 5 | 31 | 243 | 26 | 103 |
| Binary | 10011010 | 10111110 | 10110100 | 10011 | 0 | 101 | 11001 | 10100011 | 10110 | 1000011 |
Color Harmonies of #9ABEB4
Complementary color
Monochromatic Colors of #9ABEB4
Black with #9ABEB4
Text Example
Text Example
White with #9ABEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEB4; }
p { color: rgb(154,190,180); }
H1.HeaderClassName
{
color: #9ABEB4;
}
.AnyTagClassName
{
color: #9ABEB4;
}
</style>
background-color css
<style>
a { background-color: #9ABEB4; }
a { background-color: rgb(154,190,180); }
div.DivClassName
{
background-color: #9ABEB4;
}
.BgClassName
{
background-color: #9ABEB4;
}
</style>
border-color css
<style>
span { border-color: #9ABEB4; }
span { border-color: rgb(154,190,180); }
td.TdClassName
{
border-color: #9ABEB4;
}
.TagClassName
{
border-color: #9ABEB4;
}
</style>