#9AA955

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

Shades of Green Smoke #9AA955

Tints of Green Smoke #9AA955

Color information

#9AA955 (or 0x9AA955) is unknown color: approx Green Smoke. HEX triplet: 9A, A9 and 55. RGB value is (154,169,85). Sum of RGB (Red+Green+Blue) = 154+169+85=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA955 is #6556AA. Grayscale: #9B9B9B. Windows color (decimal): -6641323 or 5613978. OLE color: 5613978.

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

Color convert

RGB15416985-
CMYK0.0900.500.34
HSL70.71º33.07%49.8%-
HSV(B)70.71º49.7%66.27%-
XYZ29.1535.913.99-
YUV154.9488.53127.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=37.75%
G=41.42%
B=20.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal154169850.0900.500.3470.7133.0749.8
Hex9AA955903222472132
Octal23225112511062421074162
Binary10011010101010011010101100101100101000101000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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