Html Css Color HEX #AAD681 Feijoa

📋 copy color: '#AAD681'

red 170 ◦ green 214 ◦ blue 129

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

Shades of Feijoa #AAD681

Tints of Feijoa #AAD681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.72%

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

R = 33.14%
G = 41.72%
B = 25.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#AAD681 (or 0xAAD681) is known color: Feijoa. HEX triplet: AA, D6 and 81. RGB value is (170,214,129). Sum of RGB (Red+Green+Blue) = 170+214+129=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD681 is #55297E. Grayscale: #BFBFBF. Windows color (decimal): -5581183 or 8509098. OLE color: 8509098.

HSL color Cylindrical-coordinate representation of color #AAD681: hue angle of 91.06º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD681 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 129 -
CMYK 0.21 0 0.40 0.16
HSL 91.06º 0.51% 0.67% -
HSV(B) 91.06º 0.4% 0.84% -
XYZ 44.59 58.22 29.66 -
YUV 191.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 170 214 129 0.21 0 0.40 0.16 91.06 0.51 0.67
Hex AA D6 81 15 0 28 10 5B 33 43
Octal 252 326 201 25 0 50 20 133 63 103
Binary 10101010 11010110 10000001 10101 0 101000 10000 1011011 110011 1000011

Color Harmonies of #AAD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD681

Black with #AAD681

Text Example


Text Example

White with #AAD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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