Html Css Color HEX #9FAC55 Green Smoke

📋 copy color: '#9FAC55'

red 159 ◦ green 172 ◦ blue 85

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

Shades of Green Smoke #9FAC55

Tints of Green Smoke #9FAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 38.22%
G = 41.35%
B = 20.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#9FAC55 (or 0x9FAC55) is known color: Green Smoke. HEX triplet: 9F, AC and 55. RGB value is (159,172,85). Sum of RGB (Red+Green+Blue) = 159+172+85=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC55 is #6053AA. Grayscale: #9E9E9E. Windows color (decimal): -6312875 or 5614751. OLE color: 5614751.

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

Color convert

RGB 159 172 85 -
CMYK 0.08 0 0.51 0.33
HSL 68.97º 0.34% 0.5% -
HSV(B) 68.97º 0.51% 0.67% -
XYZ 30.69 37.53 14.22 -
YUV 158.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 159 172 85 0.08 0 0.51 0.33 68.97 0.34 0.5
Hex 9F AC 55 8 0 33 21 45 22 32
Octal 237 254 125 10 0 63 41 105 42 62
Binary 10011111 10101100 1010101 1000 0 110011 100001 1000101 100010 110010

Color Harmonies of #9FAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC55

Black with #9FAC55

Text Example


Text Example

White with #9FAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,85); }

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

background-color css

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

 a { background-color: rgb(159,172,85); }

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

border-color css

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

 span { border-color: rgb(159,172,85); }

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