#9AA18F

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

Shades of Delta #9AA18F

Tints of Delta #9AA18F

Color information

#9AA18F (or 0x9AA18F) is unknown color: approx Delta. HEX triplet: 9A, A1 and 8F. RGB value is (154,161,143). Sum of RGB (Red+Green+Blue) = 154+161+143=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA18F is #655E70. Grayscale: #9C9C9C. Windows color (decimal): -6643313 or 9413018. OLE color: 9413018.

HSL color Cylindrical-coordinate representation of color #9AA18F: hue angle of 83.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AA18F is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB154161143-
CMYK0.0400.110.37
HSL83.33º8.74%59.61%-
HSV(B)83.33º11.18%63.14%-
XYZ31.0334.3430.98-
YUV156.85120.18125.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=33.62%
G=35.15%
B=31.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541611430.0400.110.3783.338.7459.61
Hex9AA18F40B255393c
Octal2322412174013451231174
Binary1001101010100001100011111000101110010110100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,143); }

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

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

 a { background-color: rgb(154,161,143); }

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

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

 span { border-color: rgb(154,161,143); }

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