Html Css Color HEX #9FAB5A Green Smoke

📋 copy color: '#9FAB5A'

red 159 ◦ green 171 ◦ blue 90

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

Shades of Green Smoke #9FAB5A

Tints of Green Smoke #9FAB5A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 37.86%
G = 40.71%
B = 21.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#9FAB5A (or 0x9FAB5A) is known color: Green Smoke. HEX triplet: 9F, AB and 5A. RGB value is (159,171,90). Sum of RGB (Red+Green+Blue) = 159+171+90=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB5A is #6054A5. Grayscale: #9E9E9E. Windows color (decimal): -6313126 or 5942175. OLE color: 5942175.

HSL color Cylindrical-coordinate representation of color #9FAB5A: hue angle of 68.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FAB5A is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 90 -
CMYK 0.07 0 0.47 0.33
HSL 68.89º 0.33% 0.51% -
HSV(B) 68.89º 0.47% 0.67% -
XYZ 30.71 37.23 15.24 -
YUV 158.18 89.52 128.59 -
System Red Green Blue C M Y K H S L
Decimal 159 171 90 0.07 0 0.47 0.33 68.89 0.33 0.51
Hex 9F AB 5A 7 0 2F 21 45 21 33
Octal 237 253 132 7 0 57 41 105 41 63
Binary 10011111 10101011 1011010 111 0 101111 100001 1000101 100001 110011

Color Harmonies of #9FAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB5A

Black with #9FAB5A

Text Example


Text Example

White with #9FAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,90); }

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

background-color css

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

 a { background-color: rgb(159,171,90); }

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

border-color css

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

 span { border-color: rgb(159,171,90); }

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