#9AA393

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

Shades of Delta #9AA393

Tints of Delta #9AA393

Color information

#9AA393 (or 0x9AA393) is unknown color: approx Delta. HEX triplet: 9A, A3 and 93. RGB value is (154,163,147). Sum of RGB (Red+Green+Blue) = 154+163+147=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA393 is #655C6C. Grayscale: #9E9E9E. Windows color (decimal): -6642797 or 9675674. OLE color: 9675674.

HSL color Cylindrical-coordinate representation of color #9AA393: hue angle of 93.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AA393 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB154163147-
CMYK0.0600.100.36
HSL93.75º8%60.78%-
HSV(B)93.75º9.82%63.92%-
XYZ31.6935.1732.72-
YUV158.49121.52124.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=33.19%
G=35.13%
B=31.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541631470.0600.100.3693.75860.78
Hex9AA39360A245e83d
Octal2322432236012441361075
Binary1001101010100011100100111100101010010010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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