Html Css Color HEX #AAD595 Feijoa

📋 copy color: '#AAD595'

red 170 ◦ green 213 ◦ blue 149

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

Shades of Feijoa #AAD595

Tints of Feijoa #AAD595

RGB

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

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

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

R = 31.95%
G = 40.04%
B = 28.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#AAD595 (or 0xAAD595) is known color: Feijoa. HEX triplet: AA, D5 and 95. RGB value is (170,213,149). Sum of RGB (Red+Green+Blue) = 170+213+149=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD595 is #552A6A. Grayscale: #C1C1C1. Windows color (decimal): -5581419 or 9819562. OLE color: 9819562.

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

Color convert

RGB 170 213 149 -
CMYK 0.20 0 0.30 0.16
HSL 100.31º 0.43% 0.71% -
HSV(B) 100.31º 0.3% 0.84% -
XYZ 45.8 58.3 37.27 -
YUV 192.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 170 213 149 0.20 0 0.30 0.16 100.31 0.43 0.71
Hex AA D5 95 14 0 1E 10 64 2B 47
Octal 252 325 225 24 0 36 20 144 53 107
Binary 10101010 11010101 10010101 10100 0 11110 10000 1100100 101011 1000111

Color Harmonies of #AAD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD595

Black with #AAD595

Text Example


Text Example

White with #AAD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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