Html Css Color HEX #AAD687 Feijoa

📋 copy color: '#AAD687'

red 170 ◦ green 214 ◦ blue 135

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

Shades of Feijoa #AAD687

Tints of Feijoa #AAD687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 32.76%
G = 41.23%
B = 26.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#AAD687 (or 0xAAD687) is known color: Feijoa. HEX triplet: AA, D6 and 87. RGB value is (170,214,135). Sum of RGB (Red+Green+Blue) = 170+214+135=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD687 is #552978. Grayscale: #C0C0C0. Windows color (decimal): -5581177 or 8902314. OLE color: 8902314.

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

Color convert

RGB 170 214 135 -
CMYK 0.21 0 0.37 0.16
HSL 93.42º 0.49% 0.68% -
HSV(B) 93.42º 0.37% 0.84% -
XYZ 45 58.39 31.82 -
YUV 191.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 170 214 135 0.21 0 0.37 0.16 93.42 0.49 0.68
Hex AA D6 87 15 0 25 10 5D 31 44
Octal 252 326 207 25 0 45 20 135 61 104
Binary 10101010 11010110 10000111 10101 0 100101 10000 1011101 110001 1000100

Color Harmonies of #AAD687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD687

Black with #AAD687

Text Example


Text Example

White with #AAD687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD687; }

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

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

background-color css

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

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

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

border-color css

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

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

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