Html Css Color HEX #AAD18A Feijoa

📋 copy color: '#AAD18A'

red 170 ◦ green 209 ◦ blue 138

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

Shades of Feijoa #AAD18A

Tints of Feijoa #AAD18A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.43%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 32.88%
G = 40.43%
B = 26.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#AAD18A (or 0xAAD18A) is known color: Feijoa. HEX triplet: AA, D1 and 8A. RGB value is (170,209,138). Sum of RGB (Red+Green+Blue) = 170+209+138=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18A is #552E75. Grayscale: #BDBDBD. Windows color (decimal): -5582454 or 9097642. OLE color: 9097642.

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

Color convert

RGB 170 209 138 -
CMYK 0.19 0 0.34 0.18
HSL 92.96º 0.44% 0.68% -
HSV(B) 92.96º 0.34% 0.82% -
XYZ 43.97 55.98 32.53 -
YUV 189.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 170 209 138 0.19 0 0.34 0.18 92.96 0.44 0.68
Hex AA D1 8A 13 0 22 12 5D 2C 44
Octal 252 321 212 23 0 42 22 135 54 104
Binary 10101010 11010001 10001010 10011 0 100010 10010 1011101 101100 1000100

Color Harmonies of #AAD18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD18A

Black with #AAD18A

Text Example


Text Example

White with #AAD18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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