Html Css Color HEX #AED06A Wild Willow

📋 copy color: '#AED06A'

red 174 ◦ green 208 ◦ blue 106

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

Shades of Wild Willow #AED06A

Tints of Wild Willow #AED06A

RGB

 RED value IS 174 (68.36% from 255) = 35.66%

 GREEN value IS 208 (81.64% from 255) = 42.62%

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 35.66%
G = 42.62%
B = 21.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#AED06A (or 0xAED06A) is known color: Wild Willow. HEX triplet: AE, D0 and 6A. RGB value is (174,208,106). Sum of RGB (Red+Green+Blue) = 174+208+106=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #AED06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED06A is #512F95. Grayscale: #BABABA. Windows color (decimal): -5320598 or 7000238. OLE color: 7000238.

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

Color convert

RGB 174 208 106 -
CMYK 0.16 0 0.49 0.18
HSL 80º 0.52% 0.62% -
HSV(B) 80º 0.49% 0.82% -
XYZ 42.61 55.15 22.03 -
YUV 186.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 174 208 106 0.16 0 0.49 0.18 80 0.52 0.62
Hex AE D0 6A 10 0 31 12 50 34 3E
Octal 256 320 152 20 0 61 22 120 64 76
Binary 10101110 11010000 1101010 10000 0 110001 10010 1010000 110100 111110

Color Harmonies of #AED06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED06A

Black with #AED06A

Text Example


Text Example

White with #AED06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED06A; }

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

 H1.HeaderClassName
 {
   color: #AED06A;
 }
 .AnyTagClassName
 {
   color: #AED06A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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