#99AE45

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

Shades of Green Smoke #99AE45

Tints of Green Smoke #99AE45

Color information

#99AE45 (or 0x99AE45) is unknown color: approx Green Smoke. HEX triplet: 99, AE and 45. RGB value is (153,174,69). Sum of RGB (Red+Green+Blue) = 153+174+69=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE45 is #6651BA. Grayscale: #9C9C9C. Windows color (decimal): -6705595 or 4566681. OLE color: 4566681.

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

Color convert

RGB15317469-
CMYK0.1200.600.32
HSL72º43.21%47.65%-
HSV(B)72º60.34%68.24%-
XYZ29.3537.4711.32-
YUV155.7579.04126.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=38.64%
G=43.94%
B=17.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174690.1200.600.327243.2147.65
Hex99AE45C03C20482b30
Octal23125610514074401105360
Binary10011001101011101000101110001111001000001001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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