Html Css Color HEX #AED894 Feijoa

📋 copy color: '#AED894'

red 174 ◦ green 216 ◦ blue 148

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

Shades of Feijoa #AED894

Tints of Feijoa #AED894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 32.34%
G = 40.15%
B = 27.51%

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

#AED894 (or 0xAED894) is known color: Feijoa. HEX triplet: AE, D8 and 94. RGB value is (174,216,148). Sum of RGB (Red+Green+Blue) = 174+216+148=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #AED894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED894 is #51276B. Grayscale: #C3C3C3. Windows color (decimal): -5318508 or 9754798. OLE color: 9754798.

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

Color convert

RGB 174 216 148 -
CMYK 0.19 0 0.31 0.15
HSL 97.06º 0.47% 0.71% -
HSV(B) 97.06º 0.31% 0.85% -
XYZ 47.36 60.25 37.15 -
YUV 195.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 174 216 148 0.19 0 0.31 0.15 97.06 0.47 0.71
Hex AE D8 94 13 0 1F F 61 2F 47
Octal 256 330 224 23 0 37 17 141 57 107
Binary 10101110 11011000 10010100 10011 0 11111 1111 1100001 101111 1000111

Color Harmonies of #AED894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED894

Black with #AED894

Text Example


Text Example

White with #AED894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED894; }

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

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

background-color css

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

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

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

border-color css

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

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

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