#AAD194

Color #AAD194 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAD194

Tints of Feijoa #AAD194

Color information

#AAD194 (or 0xAAD194) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 94. RGB value is (170,209,148). Sum of RGB (Red+Green+Blue) = 170+209+148=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD194 is #552E6B. Grayscale: #BEBEBE. Windows color (decimal): -5582444 or 9753002. OLE color: 9753002.

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

Color convert

RGB170209148-
CMYK0.1900.290.18
HSL98.36º39.87%70%-
HSV(B)98.36º29.19%81.96%-
XYZ44.7256.2936.52-
YUV190.38104.08113.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=32.26%
G=39.66%
B=28.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091480.1900.290.1898.3639.8770
HexAAD1941301D12622846
Octal252321224230352214250106
Binary101010101101000110010100100110111011001011000101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD194; }

 p { color: rgb(170,209,148); }

 H1.HeaderClassName
 {
   color: #AAD194;
 }
 .AnyTagClassName
 {
   color: #AAD194;
 }
</style>
background-color css

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

 a { background-color: rgb(170,209,148); }

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

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

 span { border-color: rgb(170,209,148); }

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