Html Css Color HEX #AED091 Feijoa

📋 copy color: '#AED091'

red 174 ◦ green 208 ◦ blue 145

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

Shades of Feijoa #AED091

Tints of Feijoa #AED091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.47%

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

R = 33.02%
G = 39.47%
B = 27.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AED091 (or 0xAED091) is known color: Feijoa. HEX triplet: AE, D0 and 91. RGB value is (174,208,145). Sum of RGB (Red+Green+Blue) = 174+208+145=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #AED091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED091 is #512F6E. Grayscale: #BEBEBE. Windows color (decimal): -5320559 or 9556142. OLE color: 9556142.

HSL color Cylindrical-coordinate representation of color #AED091: hue angle of 92.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED091 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 145 -
CMYK 0.16 0 0.30 0.18
HSL 92.38º 0.4% 0.69% -
HSV(B) 92.38º 0.3% 0.82% -
XYZ 45.12 56.15 35.25 -
YUV 190.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 174 208 145 0.16 0 0.30 0.18 92.38 0.4 0.69
Hex AE D0 91 10 0 1E 12 5C 28 45
Octal 256 320 221 20 0 36 22 134 50 105
Binary 10101110 11010000 10010001 10000 0 11110 10010 1011100 101000 1000101

Color Harmonies of #AED091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED091

Black with #AED091

Text Example


Text Example

White with #AED091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED091; }

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

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

background-color css

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

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

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

border-color css

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

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

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