Html Css Color HEX #9FA08A Lemon Grass

📋 copy color: '#9FA08A'

red 159 ◦ green 160 ◦ blue 138

#9FA08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #9FA08A

Tints of Lemon Grass #9FA08A

RGB

 RED value IS 159 (62.5% from 255) = 34.79%

 GREEN value IS 160 (62.89% from 255) = 35.01%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 34.79%
G = 35.01%
B = 30.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#9FA08A (or 0x9FA08A) is known color: Lemon Grass. HEX triplet: 9F, A0 and 8A. RGB value is (159,160,138). Sum of RGB (Red+Green+Blue) = 159+160+138=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA08A is #605F75. Grayscale: #9D9D9D. Windows color (decimal): -6315894 or 9085087. OLE color: 9085087.

HSL color Cylindrical-coordinate representation of color #9FA08A: hue angle of 62.73º 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 #9FA08A is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 160 138 -
CMYK 0.01 0 0.14 0.37
HSL 62.73º 0.1% 0.58% -
HSV(B) 62.73º 0.14% 0.63% -
XYZ 31.46 34.35 29.02 -
YUV 157.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 159 160 138 0.01 0 0.14 0.37 62.73 0.1 0.58
Hex 9F A0 8A 1 0 E 25 3F A 3A
Octal 237 240 212 1 0 16 45 77 12 72
Binary 10011111 10100000 10001010 1 0 1110 100101 111111 1010 111010

Color Harmonies of #9FA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA08A

Black with #9FA08A

Text Example


Text Example

White with #9FA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA08A;
 }
 .AnyTagClassName
 {
   color: #9FA08A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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