#9AA388

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

Shades of Delta #9AA388

Tints of Delta #9AA388

Color information

#9AA388 (or 0x9AA388) is unknown color: approx Delta. HEX triplet: 9A, A3 and 88. RGB value is (154,163,136). Sum of RGB (Red+Green+Blue) = 154+163+136=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA388 is #655C77. Grayscale: #9D9D9D. Windows color (decimal): -6642808 or 8954778. OLE color: 8954778.

HSL color Cylindrical-coordinate representation of color #9AA388: hue angle of 80º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA388 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB154163136-
CMYK0.0600.170.36
HSL80º12.8%58.63%-
HSV(B)80º16.56%63.92%-
XYZ30.8734.8428.39-
YUV157.23116.02125.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=34.00%
G=35.98%
B=30.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541631360.0600.170.368012.858.63
Hex9AA38860112450d3b
Octal2322432106021441201573
Binary10011010101000111000100011001000110010010100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA388; }

 p { color: rgb(154,163,136); }

 H1.HeaderClassName
 {
   color: #9AA388;
 }
 .AnyTagClassName
 {
   color: #9AA388;
 }
</style>
background-color css

<style>
 a { background-color: #9AA388; }

 a { background-color: rgb(154,163,136); }

 div.DivClassName
 {
   background-color: #9AA388;
 }
 .BgClassName
 {
   background-color: #9AA388;
 }
</style>
border-color css

<style>
 span { border-color: #9AA388; }

 span { border-color: rgb(154,163,136); }

 td.TdClassName
 {
   border-color: #9AA388;
 }
 .TagClassName
 {
   border-color: #9AA388;
 }
</style>