Html Css Color HEX #AED48C Feijoa

📋 copy color: '#AED48C'

red 174 ◦ green 212 ◦ blue 140

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

Shades of Feijoa #AED48C

Tints of Feijoa #AED48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.3%

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 33.08%
G = 40.3%
B = 26.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#AED48C (or 0xAED48C) is known color: Feijoa. HEX triplet: AE, D4 and 8C. RGB value is (174,212,140). Sum of RGB (Red+Green+Blue) = 174+212+140=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #AED48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED48C is #512B73. Grayscale: #C0C0C0. Windows color (decimal): -5319540 or 9229486. OLE color: 9229486.

HSL color Cylindrical-coordinate representation of color #AED48C: hue angle of 91.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED48C is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 140 -
CMYK 0.18 0 0.34 0.17
HSL 91.67º 0.46% 0.69% -
HSV(B) 91.67º 0.34% 0.83% -
XYZ 45.73 57.98 33.59 -
YUV 192.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 174 212 140 0.18 0 0.34 0.17 91.67 0.46 0.69
Hex AE D4 8C 12 0 22 11 5C 2E 45
Octal 256 324 214 22 0 42 21 134 56 105
Binary 10101110 11010100 10001100 10010 0 100010 10001 1011100 101110 1000101

Color Harmonies of #AED48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED48C

Black with #AED48C

Text Example


Text Example

White with #AED48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED48C; }

 p { color: rgb(174,212,140); }

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

background-color css

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

 a { background-color: rgb(174,212,140); }

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

border-color css

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

 span { border-color: rgb(174,212,140); }

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