Html Css Color HEX #AAD18C Feijoa

📋 copy color: '#AAD18C'

red 170 ◦ green 209 ◦ blue 140

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

Shades of Feijoa #AAD18C

Tints of Feijoa #AAD18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 32.76%
G = 40.27%
B = 26.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#AAD18C (or 0xAAD18C) is known color: Feijoa. HEX triplet: AA, D1 and 8C. RGB value is (170,209,140). Sum of RGB (Red+Green+Blue) = 170+209+140=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18C is #552E73. Grayscale: #BDBDBD. Windows color (decimal): -5582452 or 9228714. OLE color: 9228714.

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

Color convert

RGB 170 209 140 -
CMYK 0.19 0 0.33 0.18
HSL 93.91º 0.43% 0.68% -
HSV(B) 93.91º 0.33% 0.82% -
XYZ 44.11 56.04 33.3 -
YUV 189.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 170 209 140 0.19 0 0.33 0.18 93.91 0.43 0.68
Hex AA D1 8C 13 0 21 12 5E 2B 44
Octal 252 321 214 23 0 41 22 136 53 104
Binary 10101010 11010001 10001100 10011 0 100001 10010 1011110 101011 1000100

Color Harmonies of #AAD18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD18C

Black with #AAD18C

Text Example


Text Example

White with #AAD18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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