Html Css Color HEX #AED396 Feijoa

📋 copy color: '#AED396'

red 174 ◦ green 211 ◦ blue 150

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

Shades of Feijoa #AED396

Tints of Feijoa #AED396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 32.52%
G = 39.44%
B = 28.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#AED396 (or 0xAED396) is known color: Feijoa. HEX triplet: AE, D3 and 96. RGB value is (174,211,150). Sum of RGB (Red+Green+Blue) = 174+211+150=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #AED396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED396 is #512C69. Grayscale: #C1C1C1. Windows color (decimal): -5319786 or 9884590. OLE color: 9884590.

HSL color Cylindrical-coordinate representation of color #AED396: hue angle of 96.39º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED396 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 150 -
CMYK 0.18 0 0.29 0.17
HSL 96.39º 0.41% 0.71% -
HSV(B) 96.39º 0.29% 0.83% -
XYZ 46.25 57.79 37.57 -
YUV 192.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 174 211 150 0.18 0 0.29 0.17 96.39 0.41 0.71
Hex AE D3 96 12 0 1D 11 60 29 47
Octal 256 323 226 22 0 35 21 140 51 107
Binary 10101110 11010011 10010110 10010 0 11101 10001 1100000 101001 1000111

Color Harmonies of #AED396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED396

Black with #AED396

Text Example


Text Example

White with #AED396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED396; }

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

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

background-color css

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

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

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

border-color css

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

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

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