Html Css Color HEX #AAD47A Feijoa

📋 copy color: '#AAD47A'

red 170 ◦ green 212 ◦ blue 122

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

Shades of Feijoa #AAD47A

Tints of Feijoa #AAD47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 33.73%
G = 42.06%
B = 24.21%

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

#AAD47A (or 0xAAD47A) is known color: Feijoa. HEX triplet: AA, D4 and 7A. RGB value is (170,212,122). Sum of RGB (Red+Green+Blue) = 170+212+122=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47A is #552B85. Grayscale: #BDBDBD. Windows color (decimal): -5581702 or 8049834. OLE color: 8049834.

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

Color convert

RGB 170 212 122 -
CMYK 0.20 0 0.42 0.17
HSL 88º 0.51% 0.65% -
HSV(B) 88º 0.42% 0.83% -
XYZ 43.63 57.04 27.12 -
YUV 189.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 170 212 122 0.20 0 0.42 0.17 88 0.51 0.65
Hex AA D4 7A 14 0 2A 11 58 33 41
Octal 252 324 172 24 0 52 21 130 63 101
Binary 10101010 11010100 1111010 10100 0 101010 10001 1011000 110011 1000001

Color Harmonies of #AAD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD47A

Black with #AAD47A

Text Example


Text Example

White with #AAD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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