Html Css Color HEX #AED58D Feijoa

📋 copy color: '#AED58D'

red 174 ◦ green 213 ◦ blue 141

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

Shades of Feijoa #AED58D

Tints of Feijoa #AED58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 32.95%
G = 40.34%
B = 26.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#AED58D (or 0xAED58D) is known color: Feijoa. HEX triplet: AE, D5 and 8D. RGB value is (174,213,141). Sum of RGB (Red+Green+Blue) = 174+213+141=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #AED58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED58D is #512A72. Grayscale: #C1C1C1. Windows color (decimal): -5319283 or 9295278. OLE color: 9295278.

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

Color convert

RGB 174 213 141 -
CMYK 0.18 0 0.34 0.16
HSL 92.5º 0.46% 0.69% -
HSV(B) 92.5º 0.34% 0.84% -
XYZ 46.06 58.51 34.07 -
YUV 193.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 174 213 141 0.18 0 0.34 0.16 92.5 0.46 0.69
Hex AE D5 8D 12 0 22 10 5C 2E 45
Octal 256 325 215 22 0 42 20 134 56 105
Binary 10101110 11010101 10001101 10010 0 100010 10000 1011100 101110 1000101

Color Harmonies of #AED58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED58D

Black with #AED58D

Text Example


Text Example

White with #AED58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED58D; }

 p { color: rgb(174,213,141); }

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

background-color css

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

 a { background-color: rgb(174,213,141); }

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

border-color css

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

 span { border-color: rgb(174,213,141); }

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