Html Css Color HEX #AAD682 Feijoa

📋 copy color: '#AAD682'

red 170 ◦ green 214 ◦ blue 130

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

Shades of Feijoa #AAD682

Tints of Feijoa #AAD682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.29%

R = 33.07%
G = 41.63%
B = 25.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#AAD682 (or 0xAAD682) is known color: Feijoa. HEX triplet: AA, D6 and 82. RGB value is (170,214,130). Sum of RGB (Red+Green+Blue) = 170+214+130=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD682 is #55297D. Grayscale: #BFBFBF. Windows color (decimal): -5581182 or 8574634. OLE color: 8574634.

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

Color convert

RGB 170 214 130 -
CMYK 0.21 0 0.39 0.16
HSL 91.43º 0.51% 0.67% -
HSV(B) 91.43º 0.39% 0.84% -
XYZ 44.65 58.25 30.01 -
YUV 191.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 170 214 130 0.21 0 0.39 0.16 91.43 0.51 0.67
Hex AA D6 82 15 0 27 10 5B 33 43
Octal 252 326 202 25 0 47 20 133 63 103
Binary 10101010 11010110 10000010 10101 0 100111 10000 1011011 110011 1000011

Color Harmonies of #AAD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD682

Black with #AAD682

Text Example


Text Example

White with #AAD682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD682; }

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

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

background-color css

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

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

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

border-color css

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

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

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