Html Css Color HEX #AAD770 Feijoa

📋 copy color: '#AAD770'

red 170 ◦ green 215 ◦ blue 112

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

Shades of Feijoa #AAD770

Tints of Feijoa #AAD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 34.21%
G = 43.26%
B = 22.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#AAD770 (or 0xAAD770) is known color: Feijoa. HEX triplet: AA, D7 and 70. RGB value is (170,215,112). Sum of RGB (Red+Green+Blue) = 170+215+112=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD770 is #55288F. Grayscale: #BEBEBE. Windows color (decimal): -5580944 or 7395242. OLE color: 7395242.

HSL color Cylindrical-coordinate representation of color #AAD770: hue angle of 86.21º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAD770 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 112 -
CMYK 0.21 0 0.48 0.16
HSL 86.21º 0.56% 0.64% -
HSV(B) 86.21º 0.48% 0.84% -
XYZ 43.8 58.32 24.28 -
YUV 189.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 170 215 112 0.21 0 0.48 0.16 86.21 0.56 0.64
Hex AA D7 70 15 0 30 10 56 38 40
Octal 252 327 160 25 0 60 20 126 70 100
Binary 10101010 11010111 1110000 10101 0 110000 10000 1010110 111000 1000000

Color Harmonies of #AAD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD770

Black with #AAD770

Text Example


Text Example

White with #AAD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD770; }

 p { color: rgb(170,215,112); }

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

background-color css

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

 a { background-color: rgb(170,215,112); }

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

border-color css

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

 span { border-color: rgb(170,215,112); }

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