Html Css Color HEX #9FA08C Lemon Grass

📋 copy color: '#9FA08C'

red 159 ◦ green 160 ◦ blue 140

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

Shades of Lemon Grass #9FA08C

Tints of Lemon Grass #9FA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 34.64%
G = 34.86%
B = 30.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#9FA08C (or 0x9FA08C) is known color: Lemon Grass. HEX triplet: 9F, A0 and 8C. RGB value is (159,160,140). Sum of RGB (Red+Green+Blue) = 159+160+140=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA08C is #605F73. Grayscale: #9D9D9D. Windows color (decimal): -6315892 or 9216159. OLE color: 9216159.

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

Color convert

RGB 159 160 140 -
CMYK 0.01 0 0.12 0.37
HSL 63º 0.1% 0.59% -
HSV(B) 63º 0.13% 0.63% -
XYZ 31.6 34.41 29.79 -
YUV 157.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 159 160 140 0.01 0 0.12 0.37 63 0.1 0.59
Hex 9F A0 8C 1 0 C 25 3F A 3B
Octal 237 240 214 1 0 14 45 77 12 73
Binary 10011111 10100000 10001100 1 0 1100 100101 111111 1010 111011

Color Harmonies of #9FA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA08C

Black with #9FA08C

Text Example


Text Example

White with #9FA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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