Html Css Color HEX #AAD76E Feijoa

📋 copy color: '#AAD76E'

red 170 ◦ green 215 ◦ blue 110

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

Shades of Feijoa #AAD76E

Tints of Feijoa #AAD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 34.34%
G = 43.43%
B = 22.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#AAD76E (or 0xAAD76E) is known color: Feijoa. HEX triplet: AA, D7 and 6E. RGB value is (170,215,110). Sum of RGB (Red+Green+Blue) = 170+215+110=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD76E is #552891. Grayscale: #BDBDBD. Windows color (decimal): -5580946 or 7264170. OLE color: 7264170.

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

Color convert

RGB 170 215 110 -
CMYK 0.21 0 0.49 0.16
HSL 85.71º 0.57% 0.64% -
HSV(B) 85.71º 0.49% 0.84% -
XYZ 43.69 58.27 23.7 -
YUV 189.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 170 215 110 0.21 0 0.49 0.16 85.71 0.57 0.64
Hex AA D7 6E 15 0 31 10 56 39 40
Octal 252 327 156 25 0 61 20 126 71 100
Binary 10101010 11010111 1101110 10101 0 110001 10000 1010110 111001 1000000

Color Harmonies of #AAD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD76E

Black with #AAD76E

Text Example


Text Example

White with #AAD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD76E; }

 p { color: rgb(170,215,110); }

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

background-color css

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

 a { background-color: rgb(170,215,110); }

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

border-color css

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

 span { border-color: rgb(170,215,110); }

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