Html Css Color HEX #AAD66E Feijoa

📋 copy color: '#AAD66E'

red 170 ◦ green 214 ◦ blue 110

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

Shades of Feijoa #AAD66E

Tints of Feijoa #AAD66E

RGB

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

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

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

R = 34.41%
G = 43.32%
B = 22.27%

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

#AAD66E (or 0xAAD66E) is known color: Feijoa. HEX triplet: AA, D6 and 6E. RGB value is (170,214,110). Sum of RGB (Red+Green+Blue) = 170+214+110=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD66E is #552991. Grayscale: #BDBDBD. Windows color (decimal): -5581202 or 7263914. OLE color: 7263914.

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

Color convert

RGB 170 214 110 -
CMYK 0.21 0 0.49 0.16
HSL 85.38º 0.56% 0.64% -
HSV(B) 85.38º 0.49% 0.84% -
XYZ 43.44 57.76 23.61 -
YUV 188.99 83.42 114.46 -
System Red Green Blue C M Y K H S L
Decimal 170 214 110 0.21 0 0.49 0.16 85.38 0.56 0.64
Hex AA D6 6E 15 0 31 10 55 38 40
Octal 252 326 156 25 0 61 20 125 70 100
Binary 10101010 11010110 1101110 10101 0 110001 10000 1010101 111000 1000000

Color Harmonies of #AAD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD66E

Black with #AAD66E

Text Example


Text Example

White with #AAD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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