#9AA288

Color #9AA288 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #9AA288

Tints of Delta #9AA288

Color information

#9AA288 (or 0x9AA288) is unknown color: approx 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

RGB154162136-
CMYK0.0500.160.36
HSL78.46º12.26%58.43%-
HSV(B)78.46º16.05%63.53%-
XYZ30.6934.4928.33-
YUV156.64116.35126.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=34.07%
G=35.84%
B=30.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621360.0500.160.3678.4612.2658.43
Hex9AA2885010244ec3a
Octal2322422105020441161472
Binary10011010101000101000100010101000010010010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>