#9AA58F

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

Shades of Delta #9AA58F

Tints of Delta #9AA58F

Color information

#9AA58F (or 0x9AA58F) is unknown color: approx Delta. HEX triplet: 9A, A5 and 8F. RGB value is (154,165,143). Sum of RGB (Red+Green+Blue) = 154+165+143=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA58F is #655A70. Grayscale: #9F9F9F. Windows color (decimal): -6642289 or 9414042. OLE color: 9414042.

HSL color Cylindrical-coordinate representation of color #9AA58F: hue angle of 90º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AA58F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB154165143-
CMYK0.0700.130.35
HSL90º10.89%60.39%-
HSV(B)90º13.33%64.71%-
XYZ31.7435.7631.22-
YUV159.2118.86124.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=33.33%
G=35.71%
B=30.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541651430.0700.130.359010.8960.39
Hex9AA58F70D235ab3c
Octal2322452177015431321374
Binary1001101010100101100011111110110110001110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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