Shades of Delta #9AA288
Tints of Delta #9AA288
RGB
CMYK
RGB Variations
Color information
#9AA288 (or 0x9AA288) is known color: Delta. HEX triplet: 9A, A2 and 88. RGB value is (154,162,136). Sum of RGB (Red+Green+Blue) = 154+162+136=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA288 is #655D77. Grayscale: #9C9C9C. Windows color (decimal): -6643064 or 8954522. OLE color: 8954522.
HSL color Cylindrical-coordinate representation of color #9AA288: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AA288 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 136 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.36 |
| HSL | 78.46º | 0.12% | 0.58% | - |
| HSV(B) | 78.46º | 0.16% | 0.64% | - |
| XYZ | 30.69 | 34.49 | 28.33 | - |
| YUV | 156.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 136 | 0.05 | 0 | 0.16 | 0.36 | 78.46 | 0.12 | 0.58 |
| Hex | 9A | A2 | 88 | 5 | 0 | 10 | 24 | 4E | C | 3A |
| Octal | 232 | 242 | 210 | 5 | 0 | 20 | 44 | 116 | 14 | 72 |
| Binary | 10011010 | 10100010 | 10001000 | 101 | 0 | 10000 | 100100 | 1001110 | 1100 | 111010 |
Color Harmonies of #9AA288
Complementary color
Monochromatic Colors of #9AA288
Black with #9AA288
Text Example
Text Example
White with #9AA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA288; }
p { color: rgb(154,162,136); }
H1.HeaderClassName
{
color: #9AA288;
}
.AnyTagClassName
{
color: #9AA288;
}
</style>
background-color css
<style>
a { background-color: #9AA288; }
a { background-color: rgb(154,162,136); }
div.DivClassName
{
background-color: #9AA288;
}
.BgClassName
{
background-color: #9AA288;
}
</style>
border-color css
<style>
span { border-color: #9AA288; }
span { border-color: rgb(154,162,136); }
td.TdClassName
{
border-color: #9AA288;
}
.TagClassName
{
border-color: #9AA288;
}
</style>