Html Css Color HEX #AAD680 Feijoa

📋 copy color: '#AAD680'

red 170 ◦ green 214 ◦ blue 128

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

Shades of Feijoa #AAD680

Tints of Feijoa #AAD680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 33.2%
G = 41.8%
B = 25%

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

#AAD680 (or 0xAAD680) is known color: Feijoa. HEX triplet: AA, D6 and 80. RGB value is (170,214,128). Sum of RGB (Red+Green+Blue) = 170+214+128=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD680 is #55297F. Grayscale: #BFBFBF. Windows color (decimal): -5581184 or 8443562. OLE color: 8443562.

HSL color Cylindrical-coordinate representation of color #AAD680: hue angle of 90.7º 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 #AAD680 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 128 -
CMYK 0.21 0 0.40 0.16
HSL 90.7º 0.51% 0.67% -
HSV(B) 90.7º 0.4% 0.84% -
XYZ 44.52 58.2 29.31 -
YUV 191.04 92.42 112.99 -
System Red Green Blue C M Y K H S L
Decimal 170 214 128 0.21 0 0.40 0.16 90.7 0.51 0.67
Hex AA D6 80 15 0 28 10 5B 33 43
Octal 252 326 200 25 0 50 20 133 63 103
Binary 10101010 11010110 10000000 10101 0 101000 10000 1011011 110011 1000011

Color Harmonies of #AAD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD680

Black with #AAD680

Text Example


Text Example

White with #AAD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD680; }

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

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

background-color css

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

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

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

border-color css

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

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

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