Html Css Color HEX #AAD773 Feijoa

📋 copy color: '#AAD773'

red 170 ◦ green 215 ◦ blue 115

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

Shades of Feijoa #AAD773

Tints of Feijoa #AAD773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 34%
G = 43%
B = 23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AAD773 (or 0xAAD773) is known color: Feijoa. HEX triplet: AA, D7 and 73. RGB value is (170,215,115). Sum of RGB (Red+Green+Blue) = 170+215+115=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD773 is #55288C. Grayscale: #BEBEBE. Windows color (decimal): -5580941 or 7591850. OLE color: 7591850.

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

Color convert

RGB 170 215 115 -
CMYK 0.21 0 0.47 0.16
HSL 87º 0.56% 0.65% -
HSV(B) 87º 0.47% 0.84% -
XYZ 43.97 58.38 25.17 -
YUV 190.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 170 215 115 0.21 0 0.47 0.16 87 0.56 0.65
Hex AA D7 73 15 0 2F 10 57 38 41
Octal 252 327 163 25 0 57 20 127 70 101
Binary 10101010 11010111 1110011 10101 0 101111 10000 1010111 111000 1000001

Color Harmonies of #AAD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD773

Black with #AAD773

Text Example


Text Example

White with #AAD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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