Html Css Color HEX #9FA34F Green Smoke

📋 copy color: '#9FA34F'

red 159 ◦ green 163 ◦ blue 79

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

Shades of Green Smoke #9FA34F

Tints of Green Smoke #9FA34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 39.65%
G = 40.65%
B = 19.7%

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

#9FA34F (or 0x9FA34F) is known color: Green Smoke. HEX triplet: 9F, A3 and 4F. RGB value is (159,163,79). Sum of RGB (Red+Green+Blue) = 159+163+79=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA34F is #605CB0. Grayscale: #989898. Windows color (decimal): -6315185 or 5219231. OLE color: 5219231.

HSL color Cylindrical-coordinate representation of color #9FA34F: hue angle of 62.86º 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 #9FA34F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 163 79 -
CMYK 0.02 0 0.52 0.36
HSL 62.86º 0.35% 0.47% -
HSV(B) 62.86º 0.52% 0.64% -
XYZ 28.81 34.13 12.47 -
YUV 152.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 159 163 79 0.02 0 0.52 0.36 62.86 0.35 0.47
Hex 9F A3 4F 2 0 34 24 3F 23 2F
Octal 237 243 117 2 0 64 44 77 43 57
Binary 10011111 10100011 1001111 10 0 110100 100100 111111 100011 101111

Color Harmonies of #9FA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA34F

Black with #9FA34F

Text Example


Text Example

White with #9FA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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