#9AB39D

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

Shades of Edward #9AB39D

Tints of Edward #9AB39D

Color information

#9AB39D (or 0x9AB39D) is unknown color: approx Edward. HEX triplet: 9A, B3 and 9D. RGB value is (154,179,157). Sum of RGB (Red+Green+Blue) = 154+179+157=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB39D is #654C62. Grayscale: #A9A9A9. Windows color (decimal): -6638691 or 10335130. OLE color: 10335130.

HSL color Cylindrical-coordinate representation of color #9AB39D: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB39D is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB154179157-
CMYK0.1400.120.30
HSL127.2º14.12%65.29%-
HSV(B)127.2º13.97%70.2%-
XYZ35.5341.5438.04-
YUV169.02121.22117.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=31.43%
G=36.53%
B=32.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791570.1400.120.30127.214.1265.29
Hex9AB39DE0C1E7fe41
Octal232263235160143617716101
Binary10011010101100111001110111100110011110111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,157); }

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

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

 a { background-color: rgb(154,179,157); }

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

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

 span { border-color: rgb(154,179,157); }

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