#99AE48

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

Shades of Green Smoke #99AE48

Tints of Green Smoke #99AE48

Color information

#99AE48 (or 0x99AE48) is unknown color: approx Green Smoke. HEX triplet: 99, AE and 48. RGB value is (153,174,72). Sum of RGB (Red+Green+Blue) = 153+174+72=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE48 is #6651B7. Grayscale: #9C9C9C. Windows color (decimal): -6705592 or 4763289. OLE color: 4763289.

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

Color convert

RGB15317472-
CMYK0.1200.590.32
HSL72.35º41.46%48.24%-
HSV(B)72.35º58.62%68.24%-
XYZ29.4437.5111.82-
YUV156.0980.54125.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 43.61%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=38.35%
G=43.61%
B=18.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174720.1200.590.3272.3541.4648.24
Hex99AE48C03B20482930
Octal23125611014073401105160
Binary10011001101011101001000110001110111000001001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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