Html Css Color HEX #AED096 Feijoa

📋 copy color: '#AED096'

red 174 ◦ green 208 ◦ blue 150

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

Shades of Feijoa #AED096

Tints of Feijoa #AED096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

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

R = 32.71%
G = 39.1%
B = 28.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#AED096 (or 0xAED096) is known color: Feijoa. HEX triplet: AE, D0 and 96. RGB value is (174,208,150). Sum of RGB (Red+Green+Blue) = 174+208+150=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #AED096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED096 is #512F69. Grayscale: #BFBFBF. Windows color (decimal): -5320554 or 9883822. OLE color: 9883822.

HSL color Cylindrical-coordinate representation of color #AED096: hue angle of 95.17º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AED096 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 208 150 -
CMYK 0.16 0 0.28 0.18
HSL 95.17º 0.38% 0.7% -
HSV(B) 95.17º 0.28% 0.82% -
XYZ 45.52 56.31 37.32 -
YUV 191.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 174 208 150 0.16 0 0.28 0.18 95.17 0.38 0.7
Hex AE D0 96 10 0 1C 12 5F 26 46
Octal 256 320 226 20 0 34 22 137 46 106
Binary 10101110 11010000 10010110 10000 0 11100 10010 1011111 100110 1000110

Color Harmonies of #AED096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED096

Black with #AED096

Text Example


Text Example

White with #AED096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED096; }

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

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

background-color css

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

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

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

border-color css

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

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

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