Html Css Color HEX #AAD695 Feijoa

📋 copy color: '#AAD695'

red 170 ◦ green 214 ◦ blue 149

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

Shades of Feijoa #AAD695

Tints of Feijoa #AAD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.15%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 31.89%
G = 40.15%
B = 27.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AAD695 (or 0xAAD695) is known color: Feijoa. HEX triplet: AA, D6 and 95. RGB value is (170,214,149). Sum of RGB (Red+Green+Blue) = 170+214+149=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD695 is #55296A. Grayscale: #C1C1C1. Windows color (decimal): -5581163 or 9819818. OLE color: 9819818.

HSL color Cylindrical-coordinate representation of color #AAD695: hue angle of 100.62º degrees, saturation: 0.44, 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 #AAD695 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 149 -
CMYK 0.21 0 0.30 0.16
HSL 100.62º 0.44% 0.71% -
HSV(B) 100.62º 0.3% 0.84% -
XYZ 46.05 58.81 37.36 -
YUV 193.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 170 214 149 0.21 0 0.30 0.16 100.62 0.44 0.71
Hex AA D6 95 15 0 1E 10 65 2C 47
Octal 252 326 225 25 0 36 20 145 54 107
Binary 10101010 11010110 10010101 10101 0 11110 10000 1100101 101100 1000111

Color Harmonies of #AAD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD695

Black with #AAD695

Text Example


Text Example

White with #AAD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD695; }

 p { color: rgb(170,214,149); }

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

background-color css

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

 a { background-color: rgb(170,214,149); }

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

border-color css

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

 span { border-color: rgb(170,214,149); }

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