Html Css Color HEX #AED48B Feijoa

📋 copy color: '#AED48B'

red 174 ◦ green 212 ◦ blue 139

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

Shades of Feijoa #AED48B

Tints of Feijoa #AED48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 33.14%
G = 40.38%
B = 26.48%

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

#AED48B (or 0xAED48B) is known color: Feijoa. HEX triplet: AE, D4 and 8B. RGB value is (174,212,139). Sum of RGB (Red+Green+Blue) = 174+212+139=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #AED48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED48B is #512B74. Grayscale: #C0C0C0. Windows color (decimal): -5319541 or 9163950. OLE color: 9163950.

HSL color Cylindrical-coordinate representation of color #AED48B: hue angle of 91.23º 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 #AED48B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 139 -
CMYK 0.18 0 0.34 0.17
HSL 91.23º 0.46% 0.69% -
HSV(B) 91.23º 0.34% 0.83% -
XYZ 45.66 57.95 33.21 -
YUV 192.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 174 212 139 0.18 0 0.34 0.17 91.23 0.46 0.69
Hex AE D4 8B 12 0 22 11 5B 2E 45
Octal 256 324 213 22 0 42 21 133 56 105
Binary 10101110 11010100 10001011 10010 0 100010 10001 1011011 101110 1000101

Color Harmonies of #AED48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED48B

Black with #AED48B

Text Example


Text Example

White with #AED48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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