#99AC4A

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

Shades of Green Smoke #99AC4A

Tints of Green Smoke #99AC4A

Color information

#99AC4A (or 0x99AC4A) is unknown color: approx Green Smoke. HEX triplet: 99, AC and 4A. RGB value is (153,172,74). Sum of RGB (Red+Green+Blue) = 153+172+74=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC4A is #6653B5. Grayscale: #9B9B9B. Windows color (decimal): -6706102 or 4893849. OLE color: 4893849.

HSL color Cylindrical-coordinate representation of color #99AC4A: hue angle of 71.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99AC4A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB15317274-
CMYK0.1100.570.33
HSL71.63º39.84%48.24%-
HSV(B)71.63º56.98%67.45%-
XYZ29.1336.7712.04-
YUV155.1582.21126.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=38.35%
G=43.11%
B=18.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153172740.1100.570.3371.6339.8448.24
Hex99AC4AB03921482830
Octal23125411213071411105060
Binary10011001101011001001010101101110011000011001000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AC4A; }

 p { color: rgb(153,172,74); }

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

<style>
 a { background-color: #99AC4A; }

 a { background-color: rgb(153,172,74); }

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

<style>
 span { border-color: #99AC4A; }

 span { border-color: rgb(153,172,74); }

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