#9FAE54

Color #9FAE54 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9FAE54

Tints of Green Smoke #9FAE54

Color information

#9FAE54 (or 0x9FAE54) is unknown color: approx Green Smoke. HEX triplet: 9F, AE and 54. RGB value is (159,174,84). Sum of RGB (Red+Green+Blue) = 159+174+84=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE54 is #6051AB. Grayscale: #9F9F9F. Windows color (decimal): -6312364 or 5549727. OLE color: 5549727.

HSL color Cylindrical-coordinate representation of color #9FAE54: hue angle of 70º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FAE54 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB15917484-
CMYK0.0900.520.32
HSL70º35.71%50.59%-
HSV(B)70º51.72%68.24%-
XYZ31.0338.2814.14-
YUV159.2585.53127.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=38.13%
G=41.73%
B=20.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159174840.0900.520.327035.7150.59
Hex9FAE54903420462433
Octal23725612411064401064463
Binary10011111101011101010100100101101001000001000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,84); }

 H1.HeaderClassName
 {
   color: #9FAE54;
 }
 .AnyTagClassName
 {
   color: #9FAE54;
 }
</style>
background-color css

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

 a { background-color: rgb(159,174,84); }

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

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

 span { border-color: rgb(159,174,84); }

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