Html Css Color HEX #AAD981 Feijoa

📋 copy color: '#AAD981'

red 170 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #AAD981

Tints of Feijoa #AAD981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.05%

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

R = 32.95%
G = 42.05%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AAD981 (or 0xAAD981) is known color: Feijoa. HEX triplet: AA, D9 and 81. RGB value is (170,217,129). Sum of RGB (Red+Green+Blue) = 170+217+129=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD981 is #55267E. Grayscale: #C1C1C1. Windows color (decimal): -5580415 or 8509866. OLE color: 8509866.

HSL color Cylindrical-coordinate representation of color #AAD981: hue angle of 92.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD981 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 129 -
CMYK 0.22 0 0.41 0.15
HSL 92.05º 0.54% 0.68% -
HSV(B) 92.05º 0.41% 0.85% -
XYZ 45.35 59.76 29.91 -
YUV 192.92 91.93 111.66 -
System Red Green Blue C M Y K H S L
Decimal 170 217 129 0.22 0 0.41 0.15 92.05 0.54 0.68
Hex AA D9 81 16 0 29 F 5C 36 44
Octal 252 331 201 26 0 51 17 134 66 104
Binary 10101010 11011001 10000001 10110 0 101001 1111 1011100 110110 1000100

Color Harmonies of #AAD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD981

Black with #AAD981

Text Example


Text Example

White with #AAD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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