#9AAA4E

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

Shades of Green Smoke #9AAA4E

Tints of Green Smoke #9AAA4E

Color information

#9AAA4E (or 0x9AAA4E) is unknown color: approx Green Smoke. HEX triplet: 9A, AA and 4E. RGB value is (154,170,78). Sum of RGB (Red+Green+Blue) = 154+170+78=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA4E is #6555B1. Grayscale: #9B9B9B. Windows color (decimal): -6641074 or 5155482. OLE color: 5155482.

HSL color Cylindrical-coordinate representation of color #9AAA4E: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AAA4E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB15417078-
CMYK0.0900.540.33
HSL70.43º37.1%48.63%-
HSV(B)70.43º54.12%66.67%-
XYZ29.0836.1712.66-
YUV154.7384.7127.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=38.31%
G=42.29%
B=19.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154170780.0900.540.3370.4337.148.63
Hex9AAA4E903621462531
Octal23225211611066411064561
Binary10011010101010101001110100101101101000011000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,78); }

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

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

 a { background-color: rgb(154,170,78); }

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

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

 span { border-color: rgb(154,170,78); }

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