#9AA290

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

Shades of Delta #9AA290

Tints of Delta #9AA290

Color information

#9AA290 (or 0x9AA290) is unknown color: approx Delta. HEX triplet: 9A, A2 and 90. RGB value is (154,162,144). Sum of RGB (Red+Green+Blue) = 154+162+144=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA290 is #655D6F. Grayscale: #9D9D9D. Windows color (decimal): -6643056 or 9478810. OLE color: 9478810.

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

Color convert

RGB154162144-
CMYK0.0500.110.36
HSL86.67º8.82%60%-
HSV(B)86.67º11.11%63.53%-
XYZ31.2834.7231.44-
YUV157.56120.35125.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=33.48%
G=35.22%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1541621440.0500.110.3686.678.8260
Hex9AA29050B245793c
Octal2322422205013441271174
Binary1001101010100010100100001010101110010010101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,162,144); }

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

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

 a { background-color: rgb(154,162,144); }

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

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

 span { border-color: rgb(154,162,144); }

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