#9AA38E

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

Shades of Delta #9AA38E

Tints of Delta #9AA38E

Color information

#9AA38E (or 0x9AA38E) is unknown color: approx Delta. HEX triplet: 9A, A3 and 8E. RGB value is (154,163,142). Sum of RGB (Red+Green+Blue) = 154+163+142=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA38E is #655C71. Grayscale: #9D9D9D. Windows color (decimal): -6642802 or 9347994. OLE color: 9347994.

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

Color convert

RGB154163142-
CMYK0.0600.130.36
HSL85.71º10.24%59.8%-
HSV(B)85.71º12.88%63.92%-
XYZ31.3135.0230.7-
YUV157.92119.02125.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=33.55%
G=35.51%
B=30.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541631420.0600.130.3685.7110.2459.8
Hex9AA38E60D2456a3c
Octal2322432166015441261274
Binary1001101010100011100011101100110110010010101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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