Html Css Color HEX #AAD17C Feijoa

📋 copy color: '#AAD17C'

red 170 ◦ green 209 ◦ blue 124

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

Shades of Feijoa #AAD17C

Tints of Feijoa #AAD17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 33.8%
G = 41.55%
B = 24.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#AAD17C (or 0xAAD17C) is known color: Feijoa. HEX triplet: AA, D1 and 7C. RGB value is (170,209,124). Sum of RGB (Red+Green+Blue) = 170+209+124=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD17C is #552E83. Grayscale: #BBBBBB. Windows color (decimal): -5582468 or 8180138. OLE color: 8180138.

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

Color convert

RGB 170 209 124 -
CMYK 0.19 0 0.41 0.18
HSL 87.53º 0.48% 0.65% -
HSV(B) 87.53º 0.41% 0.82% -
XYZ 43.02 55.6 27.53 -
YUV 187.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 170 209 124 0.19 0 0.41 0.18 87.53 0.48 0.65
Hex AA D1 7C 13 0 29 12 58 30 41
Octal 252 321 174 23 0 51 22 130 60 101
Binary 10101010 11010001 1111100 10011 0 101001 10010 1011000 110000 1000001

Color Harmonies of #AAD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD17C

Black with #AAD17C

Text Example


Text Example

White with #AAD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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