Html Css Color HEX #9FA95E Green Smoke

📋 copy color: '#9FA95E'

red 159 ◦ green 169 ◦ blue 94

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

Shades of Green Smoke #9FA95E

Tints of Green Smoke #9FA95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 37.68%
G = 40.05%
B = 22.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#9FA95E (or 0x9FA95E) is known color: Green Smoke. HEX triplet: 9F, A9 and 5E. RGB value is (159,169,94). Sum of RGB (Red+Green+Blue) = 159+169+94=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA95E is #6056A1. Grayscale: #9D9D9D. Windows color (decimal): -6313634 or 6203807. OLE color: 6203807.

HSL color Cylindrical-coordinate representation of color #9FA95E: hue angle of 68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FA95E is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 94 -
CMYK 0.06 0 0.44 0.34
HSL 68º 0.3% 0.52% -
HSV(B) 68º 0.44% 0.66% -
XYZ 30.51 36.56 16.04 -
YUV 157.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 159 169 94 0.06 0 0.44 0.34 68 0.3 0.52
Hex 9F A9 5E 6 0 2C 22 44 1E 34
Octal 237 251 136 6 0 54 42 104 36 64
Binary 10011111 10101001 1011110 110 0 101100 100010 1000100 11110 110100

Color Harmonies of #9FA95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA95E

Black with #9FA95E

Text Example


Text Example

White with #9FA95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,169,94); }

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

background-color css

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

 a { background-color: rgb(159,169,94); }

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

border-color css

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

 span { border-color: rgb(159,169,94); }

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