Html Css Color HEX #AED590 Feijoa

📋 copy color: '#AED590'

red 174 ◦ green 213 ◦ blue 144

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

Shades of Feijoa #AED590

Tints of Feijoa #AED590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.12%

R = 32.77%
G = 40.11%
B = 27.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#AED590 (or 0xAED590) is known color: Feijoa. HEX triplet: AE, D5 and 90. RGB value is (174,213,144). Sum of RGB (Red+Green+Blue) = 174+213+144=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #AED590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED590 is #512A6F. Grayscale: #C1C1C1. Windows color (decimal): -5319280 or 9491886. OLE color: 9491886.

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

Color convert

RGB 174 213 144 -
CMYK 0.18 0 0.32 0.16
HSL 93.91º 0.45% 0.7% -
HSV(B) 93.91º 0.32% 0.84% -
XYZ 46.28 58.6 35.26 -
YUV 193.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 174 213 144 0.18 0 0.32 0.16 93.91 0.45 0.7
Hex AE D5 90 12 0 20 10 5E 2D 46
Octal 256 325 220 22 0 40 20 136 55 106
Binary 10101110 11010101 10010000 10010 0 100000 10000 1011110 101101 1000110

Color Harmonies of #AED590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED590

Black with #AED590

Text Example


Text Example

White with #AED590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED590; }

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

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

background-color css

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

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

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

border-color css

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

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

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