#99AE64

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

Shades of Green Smoke #99AE64

Tints of Green Smoke #99AE64

Color information

#99AE64 (or 0x99AE64) is unknown color: approx Green Smoke. HEX triplet: 99, AE and 64. RGB value is (153,174,100). Sum of RGB (Red+Green+Blue) = 153+174+100=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE64 is #66519B. Grayscale: #9F9F9F. Windows color (decimal): -6705564 or 6598297. OLE color: 6598297.

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

Color convert

RGB153174100-
CMYK0.1200.430.32
HSL77.03º31.36%53.73%-
HSV(B)77.03º42.53%68.24%-
XYZ30.5737.9617.77-
YUV159.2894.54123.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=35.83%
G=40.75%
B=23.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741000.1200.430.3277.0331.3653.73
Hex99AE64C02B204d1f36
Octal23125614414053401153766
Binary1001100110101110110010011000101011100000100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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