Html Css Color HEX #AAD881 Feijoa

📋 copy color: '#AAD881'

red 170 ◦ green 216 ◦ blue 129

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

Shades of Feijoa #AAD881

Tints of Feijoa #AAD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 129 (50.78% from 255) = 25.05%

R = 33.01%
G = 41.94%
B = 25.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#AAD881 (or 0xAAD881) is known color: Feijoa. HEX triplet: AA, D8 and 81. RGB value is (170,216,129). Sum of RGB (Red+Green+Blue) = 170+216+129=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD881 is #55277E. Grayscale: #C0C0C0. Windows color (decimal): -5580671 or 8509610. OLE color: 8509610.

HSL color Cylindrical-coordinate representation of color #AAD881: hue angle of 91.72º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD881 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 129 -
CMYK 0.21 0 0.40 0.15
HSL 91.72º 0.53% 0.68% -
HSV(B) 91.72º 0.4% 0.85% -
XYZ 45.1 59.24 29.83 -
YUV 192.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 170 216 129 0.21 0 0.40 0.15 91.72 0.53 0.68
Hex AA D8 81 15 0 28 F 5C 35 44
Octal 252 330 201 25 0 50 17 134 65 104
Binary 10101010 11011000 10000001 10101 0 101000 1111 1011100 110101 1000100

Color Harmonies of #AAD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD881

Black with #AAD881

Text Example


Text Example

White with #AAD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD881; }

 p { color: rgb(170,216,129); }

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

background-color css

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

 a { background-color: rgb(170,216,129); }

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

border-color css

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

 span { border-color: rgb(170,216,129); }

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