Html Css Color HEX #AED896 Feijoa

📋 copy color: '#AED896'

red 174 ◦ green 216 ◦ blue 150

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

Shades of Feijoa #AED896

Tints of Feijoa #AED896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 32.22%
G = 40%
B = 27.78%

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

#AED896 (or 0xAED896) is known color: Feijoa. HEX triplet: AE, D8 and 96. RGB value is (174,216,150). Sum of RGB (Red+Green+Blue) = 174+216+150=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #AED896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED896 is #512769. Grayscale: #C4C4C4. Windows color (decimal): -5318506 or 9885870. OLE color: 9885870.

HSL color Cylindrical-coordinate representation of color #AED896: hue angle of 98.18º 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 #AED896 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 150 -
CMYK 0.19 0 0.31 0.15
HSL 98.18º 0.46% 0.72% -
HSV(B) 98.18º 0.31% 0.85% -
XYZ 47.52 60.31 37.99 -
YUV 195.92 102.09 112.37 -
System Red Green Blue C M Y K H S L
Decimal 174 216 150 0.19 0 0.31 0.15 98.18 0.46 0.72
Hex AE D8 96 13 0 1F F 62 2E 48
Octal 256 330 226 23 0 37 17 142 56 110
Binary 10101110 11011000 10010110 10011 0 11111 1111 1100010 101110 1001000

Color Harmonies of #AED896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED896

Black with #AED896

Text Example


Text Example

White with #AED896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED896; }

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

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

background-color css

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

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

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

border-color css

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

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

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