Html Css Color HEX #AED6A5 Madang

📋 copy color: '#AED6A5'

red 174 ◦ green 214 ◦ blue 165

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

Shades of Madang #AED6A5

Tints of Madang #AED6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 31.46%
G = 38.7%
B = 29.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#AED6A5 (or 0xAED6A5) is known color: Madang. HEX triplet: AE, D6 and A5. RGB value is (174,214,165). Sum of RGB (Red+Green+Blue) = 174+214+165=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6A5 is #51295A. Grayscale: #C4C4C4. Windows color (decimal): -5319003 or 10868398. OLE color: 10868398.

HSL color Cylindrical-coordinate representation of color #AED6A5: hue angle of 108.98º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED6A5 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 165 -
CMYK 0.19 0 0.23 0.16
HSL 108.98º 0.37% 0.74% -
HSV(B) 108.98º 0.23% 0.84% -
XYZ 48.29 59.81 44.6 -
YUV 196.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 174 214 165 0.19 0 0.23 0.16 108.98 0.37 0.74
Hex AE D6 A5 13 0 17 10 6D 25 4A
Octal 256 326 245 23 0 27 20 155 45 112
Binary 10101110 11010110 10100101 10011 0 10111 10000 1101101 100101 1001010

Color Harmonies of #AED6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6A5

Black with #AED6A5

Text Example


Text Example

White with #AED6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6A5; }

 p { color: rgb(174,214,165); }

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

background-color css

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

 a { background-color: rgb(174,214,165); }

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

border-color css

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

 span { border-color: rgb(174,214,165); }

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