Html Css Color HEX #AAD576 Feijoa

📋 copy color: '#AAD576'

red 170 ◦ green 213 ◦ blue 118

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

Shades of Feijoa #AAD576

Tints of Feijoa #AAD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

 BLUE value IS 118 (46.48% from 255) = 23.55%

R = 33.93%
G = 42.51%
B = 23.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#AAD576 (or 0xAAD576) is known color: Feijoa. HEX triplet: AA, D5 and 76. RGB value is (170,213,118). Sum of RGB (Red+Green+Blue) = 170+213+118=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD576 is #552A89. Grayscale: #BDBDBD. Windows color (decimal): -5581450 or 7787946. OLE color: 7787946.

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

Color convert

RGB 170 213 118 -
CMYK 0.20 0 0.45 0.16
HSL 87.16º 0.53% 0.65% -
HSV(B) 87.16º 0.45% 0.84% -
XYZ 43.64 57.44 25.93 -
YUV 189.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 170 213 118 0.20 0 0.45 0.16 87.16 0.53 0.65
Hex AA D5 76 14 0 2D 10 57 35 41
Octal 252 325 166 24 0 55 20 127 65 101
Binary 10101010 11010101 1110110 10100 0 101101 10000 1010111 110101 1000001

Color Harmonies of #AAD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD576

Black with #AAD576

Text Example


Text Example

White with #AAD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD576; }

 p { color: rgb(170,213,118); }

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

background-color css

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

 a { background-color: rgb(170,213,118); }

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

border-color css

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

 span { border-color: rgb(170,213,118); }

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