Html Css Color HEX #9FA34E Green Smoke

📋 copy color: '#9FA34E'

red 159 ◦ green 163 ◦ blue 78

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

Shades of Green Smoke #9FA34E

Tints of Green Smoke #9FA34E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 39.75%
G = 40.75%
B = 19.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#9FA34E (or 0x9FA34E) is known color: Green Smoke. HEX triplet: 9F, A3 and 4E. RGB value is (159,163,78). Sum of RGB (Red+Green+Blue) = 159+163+78=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA34E is #605CB1. Grayscale: #989898. Windows color (decimal): -6315186 or 5153695. OLE color: 5153695.

HSL color Cylindrical-coordinate representation of color #9FA34E: hue angle of 62.82º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FA34E is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 163 78 -
CMYK 0.02 0 0.52 0.36
HSL 62.82º 0.35% 0.47% -
HSV(B) 62.82º 0.52% 0.64% -
XYZ 28.77 34.12 12.28 -
YUV 152.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 159 163 78 0.02 0 0.52 0.36 62.82 0.35 0.47
Hex 9F A3 4E 2 0 34 24 3F 23 2F
Octal 237 243 116 2 0 64 44 77 43 57
Binary 10011111 10100011 1001110 10 0 110100 100100 111111 100011 101111

Color Harmonies of #9FA34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA34E

Black with #9FA34E

Text Example


Text Example

White with #9FA34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,78); }

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

background-color css

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

 a { background-color: rgb(159,163,78); }

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

border-color css

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

 span { border-color: rgb(159,163,78); }

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