#AED09A

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

Shades of Sprout #AED09A

Tints of Sprout #AED09A

Color information

#AED09A (or 0xAED09A) is unknown color: approx Sprout. HEX triplet: AE, D0 and 9A. RGB value is (174,208,154). Sum of RGB (Red+Green+Blue) = 174+208+154=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #AED09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED09A is #512F65. Grayscale: #BFBFBF. Windows color (decimal): -5320550 or 10145966. OLE color: 10145966.

HSL color Cylindrical-coordinate representation of color #AED09A: hue angle of 97.78º degrees, saturation: 0.36, 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 #AED09A is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB174208154-
CMYK0.1600.260.18
HSL97.78º36.49%70.98%-
HSV(B)97.78º25.96%81.57%-
XYZ45.8456.4439.05-
YUV191.68106.74115.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=32.46%
G=38.81%
B=28.73%

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
Decimal1742081540.1600.260.1897.7836.4970.98
HexAED09A1001A12622447
Octal256320232200322214244107
Binary101011101101000010011010100000110101001011000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED09A; }

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

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

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

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

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

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

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

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