Html Css Color HEX #AAD894 Feijoa

📋 copy color: '#AAD894'

red 170 ◦ green 216 ◦ blue 148

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

Shades of Feijoa #AAD894

Tints of Feijoa #AAD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.45%

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 31.84%
G = 40.45%
B = 27.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#AAD894 (or 0xAAD894) is known color: Feijoa. HEX triplet: AA, D8 and 94. RGB value is (170,216,148). Sum of RGB (Red+Green+Blue) = 170+216+148=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD894 is #55276B. Grayscale: #C2C2C2. Windows color (decimal): -5580652 or 9754794. OLE color: 9754794.

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

Color convert

RGB 170 216 148 -
CMYK 0.21 0 0.31 0.15
HSL 100.59º 0.47% 0.71% -
HSV(B) 100.59º 0.31% 0.85% -
XYZ 46.48 59.8 37.11 -
YUV 194.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 170 216 148 0.21 0 0.31 0.15 100.59 0.47 0.71
Hex AA D8 94 15 0 1F F 65 2F 47
Octal 252 330 224 25 0 37 17 145 57 107
Binary 10101010 11011000 10010100 10101 0 11111 1111 1100101 101111 1000111

Color Harmonies of #AAD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD894

Black with #AAD894

Text Example


Text Example

White with #AAD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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