Html Css Color HEX #AED796 Feijoa

📋 copy color: '#AED796'

red 174 ◦ green 215 ◦ blue 150

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

Shades of Feijoa #AED796

Tints of Feijoa #AED796

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.89%

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

R = 32.28%
G = 39.89%
B = 27.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AED796 (or 0xAED796) is known color: Feijoa. HEX triplet: AE, D7 and 96. RGB value is (174,215,150). Sum of RGB (Red+Green+Blue) = 174+215+150=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 215 - color contains mainly: green. Hex color #AED796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED796 is #512869. Grayscale: #C3C3C3. Windows color (decimal): -5318762 or 9885614. OLE color: 9885614.

HSL color Cylindrical-coordinate representation of color #AED796: hue angle of 97.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED796 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 150 -
CMYK 0.19 0 0.30 0.16
HSL 97.85º 0.45% 0.72% -
HSV(B) 97.85º 0.3% 0.84% -
XYZ 47.26 59.8 37.91 -
YUV 195.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 174 215 150 0.19 0 0.30 0.16 97.85 0.45 0.72
Hex AE D7 96 13 0 1E 10 62 2D 48
Octal 256 327 226 23 0 36 20 142 55 110
Binary 10101110 11010111 10010110 10011 0 11110 10000 1100010 101101 1001000

Color Harmonies of #AED796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED796

Black with #AED796

Text Example


Text Example

White with #AED796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED796; }

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

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

background-color css

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

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

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

border-color css

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

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

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