#9aaf49

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

Shades of Green Smoke #9AAF49

Tints of Green Smoke #9AAF49

Color information

#9AAF49 (or 0x9AAF49) is unknown color: approx Green Smoke. HEX triplet: 9A, AF and 49. RGB value is (154,175,73). Sum of RGB (Red+Green+Blue) = 154+175+73=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF49 is #6550B6. Grayscale: #9D9D9D. Windows color (decimal): -6639799 or 4829082. OLE color: 4829082.

HSL color Cylindrical-coordinate representation of color #9AAF49: hue angle of 72.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AAF49 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB15417573-
CMYK0.1200.580.31
HSL72.35º41.13%48.63%-
HSV(B)72.35º58.29%68.63%-
XYZ29.8638.0112.07-
YUV157.0980.54125.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=38.31%
G=43.53%
B=18.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154175730.1200.580.3172.3541.1348.63
Hex9AAF49C03A1F482931
Octal23225711114072371105161
Binary1001101010101111100100111000111010111111001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9aaf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,73); }

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

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

 a { background-color: rgb(154,175,73); }

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

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

 span { border-color: rgb(154,175,73); }

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