Html Css Color HEX #AAD496 Feijoa

📋 copy color: '#AAD496'

red 170 ◦ green 212 ◦ blue 150

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

Shades of Feijoa #AAD496

Tints of Feijoa #AAD496

RGB

 RED value IS 170 (66.8% from 255) = 31.95%

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 31.95%
G = 39.85%
B = 28.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#AAD496 (or 0xAAD496) is known color: Feijoa. HEX triplet: AA, D4 and 96. RGB value is (170,212,150). Sum of RGB (Red+Green+Blue) = 170+212+150=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD496 is #552B69. Grayscale: #C0C0C0. Windows color (decimal): -5581674 or 9884842. OLE color: 9884842.

HSL color Cylindrical-coordinate representation of color #AAD496: hue angle of 100.65º degrees, saturation: 0.42, 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 #AAD496 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 150 -
CMYK 0.20 0 0.29 0.17
HSL 100.65º 0.42% 0.71% -
HSV(B) 100.65º 0.29% 0.83% -
XYZ 45.63 57.84 37.61 -
YUV 192.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 170 212 150 0.20 0 0.29 0.17 100.65 0.42 0.71
Hex AA D4 96 14 0 1D 11 65 2A 47
Octal 252 324 226 24 0 35 21 145 52 107
Binary 10101010 11010100 10010110 10100 0 11101 10001 1100101 101010 1000111

Color Harmonies of #AAD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD496

Black with #AAD496

Text Example


Text Example

White with #AAD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD496; }

 p { color: rgb(170,212,150); }

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

background-color css

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

 a { background-color: rgb(170,212,150); }

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

border-color css

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

 span { border-color: rgb(170,212,150); }

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