Html Css Color HEX #9FA34B Green Smoke

📋 copy color: '#9FA34B'

red 159 ◦ green 163 ◦ blue 75

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

Shades of Green Smoke #9FA34B

Tints of Green Smoke #9FA34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 40.05%
G = 41.06%
B = 18.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#9FA34B (or 0x9FA34B) is known color: Green Smoke. HEX triplet: 9F, A3 and 4B. RGB value is (159,163,75). Sum of RGB (Red+Green+Blue) = 159+163+75=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA34B is #605CB4. Grayscale: #989898. Windows color (decimal): -6315189 or 4957087. OLE color: 4957087.

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

Color convert

RGB 159 163 75 -
CMYK 0.02 0 0.54 0.36
HSL 62.73º 0.37% 0.47% -
HSV(B) 62.73º 0.54% 0.64% -
XYZ 28.67 34.07 11.72 -
YUV 151.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 159 163 75 0.02 0 0.54 0.36 62.73 0.37 0.47
Hex 9F A3 4B 2 0 36 24 3F 25 2F
Octal 237 243 113 2 0 66 44 77 45 57
Binary 10011111 10100011 1001011 10 0 110110 100100 111111 100101 101111

Color Harmonies of #9FA34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA34B

Black with #9FA34B

Text Example


Text Example

White with #9FA34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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