Html Css Color HEX #AAD694 Feijoa

📋 copy color: '#AAD694'

red 170 ◦ green 214 ◦ blue 148

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

Shades of Feijoa #AAD694

Tints of Feijoa #AAD694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

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

R = 31.95%
G = 40.23%
B = 27.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#AAD694 (or 0xAAD694) is known color: Feijoa. HEX triplet: AA, D6 and 94. RGB value is (170,214,148). Sum of RGB (Red+Green+Blue) = 170+214+148=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD694 is #55296B. Grayscale: #C1C1C1. Windows color (decimal): -5581164 or 9754282. OLE color: 9754282.

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

Color convert

RGB 170 214 148 -
CMYK 0.21 0 0.31 0.16
HSL 100º 0.45% 0.71% -
HSV(B) 100º 0.31% 0.84% -
XYZ 45.97 58.78 36.94 -
YUV 193.32 102.42 111.37 -
System Red Green Blue C M Y K H S L
Decimal 170 214 148 0.21 0 0.31 0.16 100 0.45 0.71
Hex AA D6 94 15 0 1F 10 64 2D 47
Octal 252 326 224 25 0 37 20 144 55 107
Binary 10101010 11010110 10010100 10101 0 11111 10000 1100100 101101 1000111

Color Harmonies of #AAD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD694

Black with #AAD694

Text Example


Text Example

White with #AAD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD694; }

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

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

background-color css

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

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

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

border-color css

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

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

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