#AED099

Color #AED099 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AED099

Tints of Sprout #AED099

Color information

#AED099 (or 0xAED099) is unknown color: approx Sprout. HEX triplet: AE, D0 and 99. RGB value is (174,208,153). Sum of RGB (Red+Green+Blue) = 174+208+153=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #AED099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED099 is #512F66. Grayscale: #BFBFBF. Windows color (decimal): -5320551 or 10080430. OLE color: 10080430.

HSL color Cylindrical-coordinate representation of color #AED099: hue angle of 97.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED099 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB174208153-
CMYK0.1600.260.18
HSL97.09º36.91%70.78%-
HSV(B)97.09º26.44%81.57%-
XYZ45.7656.4138.61-
YUV191.56106.24115.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=32.52%
G=38.88%
B=28.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081530.1600.260.1897.0936.9170.78
HexAED0991001A12612547
Octal256320231200322214145107
Binary101011101101000010011001100000110101001011000011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED099; }

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

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

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

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

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

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

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

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