#99AE50

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

Shades of Green Smoke #99AE50

Tints of Green Smoke #99AE50

Color information

#99AE50 (or 0x99AE50) is unknown color: approx Green Smoke. HEX triplet: 99, AE and 50. RGB value is (153,174,80). Sum of RGB (Red+Green+Blue) = 153+174+80=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE50 is #6651AF. Grayscale: #9D9D9D. Windows color (decimal): -6705584 or 5287577. OLE color: 5287577.

HSL color Cylindrical-coordinate representation of color #99AE50: hue angle of 73.4º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99AE50 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB15317480-
CMYK0.1200.540.32
HSL73.4º37.01%49.8%-
HSV(B)73.4º54.02%68.24%-
XYZ29.7237.6213.29-
YUV15784.54125.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=37.59%
G=42.75%
B=19.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174800.1200.540.3273.437.0149.8
Hex99AE50C03620492532
Octal23125612014066401114562
Binary10011001101011101010000110001101101000001001001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,80); }

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

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

 a { background-color: rgb(153,174,80); }

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

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

 span { border-color: rgb(153,174,80); }

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