Html Css Color HEX #AED391 Feijoa

📋 copy color: '#AED391'

red 174 ◦ green 211 ◦ blue 145

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

Shades of Feijoa #AED391

Tints of Feijoa #AED391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.81%

 BLUE value IS 145 (57.03% from 255) = 27.36%

R = 32.83%
G = 39.81%
B = 27.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#AED391 (or 0xAED391) is known color: Feijoa. HEX triplet: AE, D3 and 91. RGB value is (174,211,145). Sum of RGB (Red+Green+Blue) = 174+211+145=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #AED391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED391 is #512C6E. Grayscale: #C0C0C0. Windows color (decimal): -5319791 or 9556910. OLE color: 9556910.

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

Color convert

RGB 174 211 145 -
CMYK 0.18 0 0.31 0.17
HSL 93.64º 0.43% 0.7% -
HSV(B) 93.64º 0.31% 0.83% -
XYZ 45.86 57.63 35.49 -
YUV 192.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 174 211 145 0.18 0 0.31 0.17 93.64 0.43 0.7
Hex AE D3 91 12 0 1F 11 5E 2B 46
Octal 256 323 221 22 0 37 21 136 53 106
Binary 10101110 11010011 10010001 10010 0 11111 10001 1011110 101011 1000110

Color Harmonies of #AED391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED391

Black with #AED391

Text Example


Text Example

White with #AED391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED391; }

 p { color: rgb(174,211,145); }

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

background-color css

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

 a { background-color: rgb(174,211,145); }

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

border-color css

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

 span { border-color: rgb(174,211,145); }

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