Html Css Color HEX #AEDBA4 Madang

📋 copy color: '#AEDBA4'

red 174 ◦ green 219 ◦ blue 164

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

Shades of Madang #AEDBA4

Tints of Madang #AEDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.32%

 BLUE value IS 164 (64.45% from 255) = 29.44%

R = 31.24%
G = 39.32%
B = 29.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#AEDBA4 (or 0xAEDBA4) is known color: Madang. HEX triplet: AE, DB and A4. RGB value is (174,219,164). Sum of RGB (Red+Green+Blue) = 174+219+164=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA4 is #51245B. Grayscale: #C7C7C7. Windows color (decimal): -5317724 or 10804142. OLE color: 10804142.

HSL color Cylindrical-coordinate representation of color #AEDBA4: hue angle of 109.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 164 -
CMYK 0.21 0 0.25 0.14
HSL 109.09º 0.43% 0.75% -
HSV(B) 109.09º 0.25% 0.86% -
XYZ 49.49 62.34 44.55 -
YUV 199.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 174 219 164 0.21 0 0.25 0.14 109.09 0.43 0.75
Hex AE DB A4 15 0 19 E 6D 2B 4B
Octal 256 333 244 25 0 31 16 155 53 113
Binary 10101110 11011011 10100100 10101 0 11001 1110 1101101 101011 1001011

Color Harmonies of #AEDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBA4

Black with #AEDBA4

Text Example


Text Example

White with #AEDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBA4; }

 p { color: rgb(174,219,164); }

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

background-color css

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

 a { background-color: rgb(174,219,164); }

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

border-color css

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

 span { border-color: rgb(174,219,164); }

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