Html Css Color HEX #9FAC52 Green Smoke

📋 copy color: '#9FAC52'

red 159 ◦ green 172 ◦ blue 82

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

Shades of Green Smoke #9FAC52

Tints of Green Smoke #9FAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 38.5%
G = 41.65%
B = 19.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#9FAC52 (or 0x9FAC52) is known color: Green Smoke. HEX triplet: 9F, AC and 52. RGB value is (159,172,82). Sum of RGB (Red+Green+Blue) = 159+172+82=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC52 is #6053AD. Grayscale: #9E9E9E. Windows color (decimal): -6312878 or 5418143. OLE color: 5418143.

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

Color convert

RGB 159 172 82 -
CMYK 0.08 0 0.52 0.33
HSL 68.67º 0.35% 0.5% -
HSV(B) 68.67º 0.52% 0.67% -
XYZ 30.57 37.49 13.61 -
YUV 157.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 159 172 82 0.08 0 0.52 0.33 68.67 0.35 0.5
Hex 9F AC 52 8 0 34 21 45 23 32
Octal 237 254 122 10 0 64 41 105 43 62
Binary 10011111 10101100 1010010 1000 0 110100 100001 1000101 100011 110010

Color Harmonies of #9FAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC52

Black with #9FAC52

Text Example


Text Example

White with #9FAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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