#9AA964

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

Shades of Green Smoke #9AA964

Tints of Green Smoke #9AA964

Color information

#9AA964 (or 0x9AA964) is unknown color: approx Green Smoke. HEX triplet: 9A, A9 and 64. RGB value is (154,169,100). Sum of RGB (Red+Green+Blue) = 154+169+100=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA964 is #65569B. Grayscale: #9C9C9C. Windows color (decimal): -6641308 or 6597018. OLE color: 6597018.

HSL color Cylindrical-coordinate representation of color #9AA964: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AA964 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB154169100-
CMYK0.0900.410.34
HSL73.04º28.63%52.75%-
HSV(B)73.04º40.83%66.27%-
XYZ29.8136.1717.47-
YUV156.6596.03126.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=36.41%
G=39.95%
B=23.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691000.0900.410.3473.0428.6352.75
Hex9AA964902922491d35
Octal23225114411051421113565
Binary1001101010101001110010010010101001100010100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,100); }

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

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

 a { background-color: rgb(154,169,100); }

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

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

 span { border-color: rgb(154,169,100); }

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