Html Css Color HEX #AED69D Madang

📋 copy color: '#AED69D'

red 174 ◦ green 214 ◦ blue 157

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

Shades of Madang #AED69D

Tints of Madang #AED69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 31.93%
G = 39.27%
B = 28.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#AED69D (or 0xAED69D) is known color: Madang. HEX triplet: AE, D6 and 9D. RGB value is (174,214,157). Sum of RGB (Red+Green+Blue) = 174+214+157=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #AED69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED69D is #512962. Grayscale: #C3C3C3. Windows color (decimal): -5319011 or 10344110. OLE color: 10344110.

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

Color convert

RGB 174 214 157 -
CMYK 0.19 0 0.27 0.16
HSL 102.11º 0.41% 0.73% -
HSV(B) 102.11º 0.27% 0.84% -
XYZ 47.59 59.53 40.88 -
YUV 195.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 174 214 157 0.19 0 0.27 0.16 102.11 0.41 0.73
Hex AE D6 9D 13 0 1B 10 66 29 49
Octal 256 326 235 23 0 33 20 146 51 111
Binary 10101110 11010110 10011101 10011 0 11011 10000 1100110 101001 1001001

Color Harmonies of #AED69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED69D

Black with #AED69D

Text Example


Text Example

White with #AED69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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