Html Css Color HEX #AAD47C Feijoa

📋 copy color: '#AAD47C'

red 170 ◦ green 212 ◦ blue 124

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

Shades of Feijoa #AAD47C

Tints of Feijoa #AAD47C

RGB

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

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

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

R = 33.6%
G = 41.9%
B = 24.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#AAD47C (or 0xAAD47C) is known color: Feijoa. HEX triplet: AA, D4 and 7C. RGB value is (170,212,124). Sum of RGB (Red+Green+Blue) = 170+212+124=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47C is #552B83. Grayscale: #BDBDBD. Windows color (decimal): -5581700 or 8180906. OLE color: 8180906.

HSL color Cylindrical-coordinate representation of color #AAD47C: hue angle of 88.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD47C is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 124 -
CMYK 0.20 0 0.42 0.17
HSL 88.64º 0.51% 0.66% -
HSV(B) 88.64º 0.42% 0.83% -
XYZ 43.76 57.09 27.78 -
YUV 189.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 170 212 124 0.20 0 0.42 0.17 88.64 0.51 0.66
Hex AA D4 7C 14 0 2A 11 59 33 42
Octal 252 324 174 24 0 52 21 131 63 102
Binary 10101010 11010100 1111100 10100 0 101010 10001 1011001 110011 1000010

Color Harmonies of #AAD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD47C

Black with #AAD47C

Text Example


Text Example

White with #AAD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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