Html Css Color HEX #AEDA98 Madang

📋 copy color: '#AEDA98'

red 174 ◦ green 218 ◦ blue 152

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

Shades of Madang #AEDA98

Tints of Madang #AEDA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 31.99%
G = 40.07%
B = 27.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#AEDA98 (or 0xAEDA98) is known color: Madang. HEX triplet: AE, DA and 98. RGB value is (174,218,152). Sum of RGB (Red+Green+Blue) = 174+218+152=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA98 is #512567. Grayscale: #C5C5C5. Windows color (decimal): -5317992 or 10017454. OLE color: 10017454.

HSL color Cylindrical-coordinate representation of color #AEDA98: hue angle of 100º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDA98 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 152 -
CMYK 0.20 0 0.30 0.15
HSL 100º 0.47% 0.73% -
HSV(B) 100º 0.3% 0.85% -
XYZ 48.19 61.41 39.02 -
YUV 197.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 174 218 152 0.20 0 0.30 0.15 100 0.47 0.73
Hex AE DA 98 14 0 1E F 64 2F 49
Octal 256 332 230 24 0 36 17 144 57 111
Binary 10101110 11011010 10011000 10100 0 11110 1111 1100100 101111 1001001

Color Harmonies of #AEDA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA98

Black with #AEDA98

Text Example


Text Example

White with #AEDA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA98; }

 p { color: rgb(174,218,152); }

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

background-color css

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

 a { background-color: rgb(174,218,152); }

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

border-color css

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

 span { border-color: rgb(174,218,152); }

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