#9A9F4D

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

Shades of Green Smoke #9A9F4D

Tints of Green Smoke #9A9F4D

Color information

#9A9F4D (or 0x9A9F4D) is unknown color: approx Green Smoke. HEX triplet: 9A, 9F and 4D. RGB value is (154,159,77). Sum of RGB (Red+Green+Blue) = 154+159+77=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9F4D is #6560B2. Grayscale: #949494. Windows color (decimal): -6643891 or 5087130. OLE color: 5087130.

HSL color Cylindrical-coordinate representation of color #9A9F4D: hue angle of 63.66º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A9F4D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15415977-
CMYK0.0300.520.38
HSL63.66º34.75%46.27%-
HSV(B)63.66º51.57%62.35%-
XYZ27.0632.211.81-
YUV148.1687.84132.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 159 (62.5% from 255) = 40.77%
BLUE value IS 77 (30.47% from 255) = 19.74%
R=39.49%
G=40.77%
B=19.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154159770.0300.520.3863.6634.7546.27
Hex9A9F4D30342640232e
Octal2322371153064461004356
Binary100110101001111110011011101101001001101000000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,77); }

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

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

 a { background-color: rgb(154,159,77); }

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

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

 span { border-color: rgb(154,159,77); }

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