Html Css Color HEX #AAD077 Feijoa

📋 copy color: '#AAD077'

red 170 ◦ green 208 ◦ blue 119

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

Shades of Feijoa #AAD077

Tints of Feijoa #AAD077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.94%

R = 34.21%
G = 41.85%
B = 23.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#AAD077 (or 0xAAD077) is known color: Feijoa. HEX triplet: AA, D0 and 77. RGB value is (170,208,119). Sum of RGB (Red+Green+Blue) = 170+208+119=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD077 is #552F88. Grayscale: #BABABA. Windows color (decimal): -5582729 or 7852202. OLE color: 7852202.

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

Color convert

RGB 170 208 119 -
CMYK 0.18 0 0.43 0.18
HSL 85.62º 0.49% 0.64% -
HSV(B) 85.62º 0.43% 0.82% -
XYZ 42.46 54.99 25.83 -
YUV 186.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 170 208 119 0.18 0 0.43 0.18 85.62 0.49 0.64
Hex AA D0 77 12 0 2B 12 56 31 40
Octal 252 320 167 22 0 53 22 126 61 100
Binary 10101010 11010000 1110111 10010 0 101011 10010 1010110 110001 1000000

Color Harmonies of #AAD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD077

Black with #AAD077

Text Example


Text Example

White with #AAD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD077; }

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

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

background-color css

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

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

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

border-color css

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

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

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