Html Css Color HEX #AAD494 Feijoa

📋 copy color: '#AAD494'

red 170 ◦ green 212 ◦ blue 148

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

Shades of Feijoa #AAD494

Tints of Feijoa #AAD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 32.08%
G = 40%
B = 27.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#AAD494 (or 0xAAD494) is known color: Feijoa. HEX triplet: AA, D4 and 94. RGB value is (170,212,148). Sum of RGB (Red+Green+Blue) = 170+212+148=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD494 is #552B6B. Grayscale: #C0C0C0. Windows color (decimal): -5581676 or 9753770. OLE color: 9753770.

HSL color Cylindrical-coordinate representation of color #AAD494: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD494 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 148 -
CMYK 0.20 0 0.30 0.17
HSL 99.38º 0.43% 0.71% -
HSV(B) 99.38º 0.3% 0.83% -
XYZ 45.47 57.77 36.77 -
YUV 192.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 170 212 148 0.20 0 0.30 0.17 99.38 0.43 0.71
Hex AA D4 94 14 0 1E 11 63 2B 47
Octal 252 324 224 24 0 36 21 143 53 107
Binary 10101010 11010100 10010100 10100 0 11110 10001 1100011 101011 1000111

Color Harmonies of #AAD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD494

Black with #AAD494

Text Example


Text Example

White with #AAD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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