Html Css Color HEX #AED895 Feijoa

📋 copy color: '#AED895'

red 174 ◦ green 216 ◦ blue 149

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

Shades of Feijoa #AED895

Tints of Feijoa #AED895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.07%

 BLUE value IS 149 (58.59% from 255) = 27.64%

R = 32.28%
G = 40.07%
B = 27.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#AED895 (or 0xAED895) is known color: Feijoa. HEX triplet: AE, D8 and 95. RGB value is (174,216,149). Sum of RGB (Red+Green+Blue) = 174+216+149=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #AED895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED895 is #51276A. Grayscale: #C4C4C4. Windows color (decimal): -5318507 or 9820334. OLE color: 9820334.

HSL color Cylindrical-coordinate representation of color #AED895: hue angle of 97.61º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED895 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 149 -
CMYK 0.19 0 0.31 0.15
HSL 97.61º 0.46% 0.72% -
HSV(B) 97.61º 0.31% 0.85% -
XYZ 47.44 60.28 37.57 -
YUV 195.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 174 216 149 0.19 0 0.31 0.15 97.61 0.46 0.72
Hex AE D8 95 13 0 1F F 62 2E 48
Octal 256 330 225 23 0 37 17 142 56 110
Binary 10101110 11011000 10010101 10011 0 11111 1111 1100010 101110 1001000

Color Harmonies of #AED895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED895

Black with #AED895

Text Example


Text Example

White with #AED895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED895; }

 p { color: rgb(174,216,149); }

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

background-color css

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

 a { background-color: rgb(174,216,149); }

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

border-color css

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

 span { border-color: rgb(174,216,149); }

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