Html Css Color HEX #AAD486 Feijoa

📋 copy color: '#AAD486'

red 170 ◦ green 212 ◦ blue 134

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

Shades of Feijoa #AAD486

Tints of Feijoa #AAD486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 134 (52.73% from 255) = 25.97%

R = 32.95%
G = 41.09%
B = 25.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#AAD486 (or 0xAAD486) is known color: Feijoa. HEX triplet: AA, D4 and 86. RGB value is (170,212,134). Sum of RGB (Red+Green+Blue) = 170+212+134=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD486 is #552B79. Grayscale: #BEBEBE. Windows color (decimal): -5581690 or 8836266. OLE color: 8836266.

HSL color Cylindrical-coordinate representation of color #AAD486: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAD486 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 134 -
CMYK 0.20 0 0.37 0.17
HSL 92.31º 0.48% 0.68% -
HSV(B) 92.31º 0.37% 0.83% -
XYZ 44.42 57.35 31.28 -
YUV 190.55 96.09 113.34 -
System Red Green Blue C M Y K H S L
Decimal 170 212 134 0.20 0 0.37 0.17 92.31 0.48 0.68
Hex AA D4 86 14 0 25 11 5C 30 44
Octal 252 324 206 24 0 45 21 134 60 104
Binary 10101010 11010100 10000110 10100 0 100101 10001 1011100 110000 1000100

Color Harmonies of #AAD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD486

Black with #AAD486

Text Example


Text Example

White with #AAD486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD486; }

 p { color: rgb(170,212,134); }

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

background-color css

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

 a { background-color: rgb(170,212,134); }

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

border-color css

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

 span { border-color: rgb(170,212,134); }

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