Html Css Color HEX #AAD995 Feijoa

📋 copy color: '#AAD995'

red 170 ◦ green 217 ◦ blue 149

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

Shades of Feijoa #AAD995

Tints of Feijoa #AAD995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

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

R = 31.72%
G = 40.49%
B = 27.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#AAD995 (or 0xAAD995) is known color: Feijoa. HEX triplet: AA, D9 and 95. RGB value is (170,217,149). Sum of RGB (Red+Green+Blue) = 170+217+149=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD995 is #55266A. Grayscale: #C3C3C3. Windows color (decimal): -5580395 or 9820586. OLE color: 9820586.

HSL color Cylindrical-coordinate representation of color #AAD995: hue angle of 101.47º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD995 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 149 -
CMYK 0.22 0 0.31 0.15
HSL 101.47º 0.47% 0.72% -
HSV(B) 101.47º 0.31% 0.85% -
XYZ 46.82 60.34 37.61 -
YUV 195.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 170 217 149 0.22 0 0.31 0.15 101.47 0.47 0.72
Hex AA D9 95 16 0 1F F 65 2F 48
Octal 252 331 225 26 0 37 17 145 57 110
Binary 10101010 11011001 10010101 10110 0 11111 1111 1100101 101111 1001000

Color Harmonies of #AAD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD995

Black with #AAD995

Text Example


Text Example

White with #AAD995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD995; }

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

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

background-color css

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

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

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

border-color css

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

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

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