Html Css Color HEX #AAD079 Feijoa

📋 copy color: '#AAD079'

red 170 ◦ green 208 ◦ blue 121

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

Shades of Feijoa #AAD079

Tints of Feijoa #AAD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.68%

 BLUE value IS 121 (47.66% from 255) = 24.25%

R = 34.07%
G = 41.68%
B = 24.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#AAD079 (or 0xAAD079) is known color: Feijoa. HEX triplet: AA, D0 and 79. RGB value is (170,208,121). Sum of RGB (Red+Green+Blue) = 170+208+121=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD079 is #552F86. Grayscale: #BBBBBB. Windows color (decimal): -5582727 or 7983274. OLE color: 7983274.

HSL color Cylindrical-coordinate representation of color #AAD079: hue angle of 86.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD079 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 121 -
CMYK 0.18 0 0.42 0.18
HSL 86.21º 0.48% 0.65% -
HSV(B) 86.21º 0.42% 0.82% -
XYZ 42.58 55.04 26.47 -
YUV 186.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 170 208 121 0.18 0 0.42 0.18 86.21 0.48 0.65
Hex AA D0 79 12 0 2A 12 56 30 41
Octal 252 320 171 22 0 52 22 126 60 101
Binary 10101010 11010000 1111001 10010 0 101010 10010 1010110 110000 1000001

Color Harmonies of #AAD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD079

Black with #AAD079

Text Example


Text Example

White with #AAD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD079; }

 p { color: rgb(170,208,121); }

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

background-color css

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

 a { background-color: rgb(170,208,121); }

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

border-color css

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

 span { border-color: rgb(170,208,121); }

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