Html Css Color HEX #AEDE96 Feijoa

📋 copy color: '#AEDE96'

red 174 ◦ green 222 ◦ blue 150

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

Shades of Feijoa #AEDE96

Tints of Feijoa #AEDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

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

R = 31.87%
G = 40.66%
B = 27.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#AEDE96 (or 0xAEDE96) is known color: Feijoa. HEX triplet: AE, DE and 96. RGB value is (174,222,150). Sum of RGB (Red+Green+Blue) = 174+222+150=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE96 is #512169. Grayscale: #C7C7C7. Windows color (decimal): -5316970 or 9887406. OLE color: 9887406.

HSL color Cylindrical-coordinate representation of color #AEDE96: hue angle of 100º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDE96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 150 -
CMYK 0.22 0 0.32 0.13
HSL 100º 0.52% 0.73% -
HSV(B) 100º 0.32% 0.87% -
XYZ 49.08 63.44 38.51 -
YUV 199.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 174 222 150 0.22 0 0.32 0.13 100 0.52 0.73
Hex AE DE 96 16 0 20 D 64 34 49
Octal 256 336 226 26 0 40 15 144 64 111
Binary 10101110 11011110 10010110 10110 0 100000 1101 1100100 110100 1001001

Color Harmonies of #AEDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE96

Black with #AEDE96

Text Example


Text Example

White with #AEDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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