Html Css Color HEX #AED09A Sprout

📋 copy color: '#AED09A'

red 174 ◦ green 208 ◦ blue 154

#AED09A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #AED09A

Tints of Sprout #AED09A

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 value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#AED09A (or 0xAED09A) is known color: 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

RGB 174 208 154 -
CMYK 0.16 0 0.26 0.18
HSL 97.78º 0.36% 0.71% -
HSV(B) 97.78º 0.26% 0.82% -
XYZ 45.84 56.44 39.05 -
YUV 191.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 174 208 154 0.16 0 0.26 0.18 97.78 0.36 0.71
Hex AE D0 9A 10 0 1A 12 62 24 47
Octal 256 320 232 20 0 32 22 142 44 107
Binary 10101110 11010000 10011010 10000 0 11010 10010 1100010 100100 1000111

Color Harmonies of #AED09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED09A

Black with #AED09A

Text Example


Text Example

White with #AED09A

Text Example


Text Example

HTML Codes & Css Web 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>