#9DA08A

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

Shades of Lemon Grass #9DA08A

Tints of Lemon Grass #9DA08A

Color information

#9DA08A (or 0x9DA08A) is unknown color: approx Lemon Grass. HEX triplet: 9D, A0 and 8A. RGB value is (157,160,138). Sum of RGB (Red+Green+Blue) = 157+160+138=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA08A is #625F75. Grayscale: #9C9C9C. Windows color (decimal): -6446966 or 9085085. OLE color: 9085085.

HSL color Cylindrical-coordinate representation of color #9DA08A: hue angle of 68.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DA08A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB157160138-
CMYK0.0200.140.37
HSL68.18º10.38%58.43%-
HSV(B)68.18º13.75%62.75%-
XYZ31.0634.1429-
YUV156.6117.51128.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=34.51%
G=35.16%
B=30.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571601380.0200.140.3768.1810.3858.43
Hex9DA08A20E2544a3a
Octal2352402122016451041272
Binary100111011010000010001010100111010010110001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,160,138); }

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

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

 a { background-color: rgb(157,160,138); }

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

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

 span { border-color: rgb(157,160,138); }

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