Html Css Color HEX #AED596 Feijoa

📋 copy color: '#AED596'

red 174 ◦ green 213 ◦ blue 150

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

Shades of Feijoa #AED596

Tints of Feijoa #AED596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 32.4%
G = 39.66%
B = 27.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AED596 (or 0xAED596) is known color: Feijoa. HEX triplet: AE, D5 and 96. RGB value is (174,213,150). Sum of RGB (Red+Green+Blue) = 174+213+150=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #AED596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED596 is #512A69. Grayscale: #C2C2C2. Windows color (decimal): -5319274 or 9885102. OLE color: 9885102.

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

Color convert

RGB 174 213 150 -
CMYK 0.18 0 0.30 0.16
HSL 97.14º 0.43% 0.71% -
HSV(B) 97.14º 0.3% 0.84% -
XYZ 46.75 58.79 37.74 -
YUV 194.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 174 213 150 0.18 0 0.30 0.16 97.14 0.43 0.71
Hex AE D5 96 12 0 1E 10 61 2B 47
Octal 256 325 226 22 0 36 20 141 53 107
Binary 10101110 11010101 10010110 10010 0 11110 10000 1100001 101011 1000111

Color Harmonies of #AED596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED596

Black with #AED596

Text Example


Text Example

White with #AED596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED596; }

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

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

background-color css

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

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

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

border-color css

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

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

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