Html Css Color HEX #AADB77 Feijoa

📋 copy color: '#AADB77'

red 170 ◦ green 219 ◦ blue 119

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

Shades of Feijoa #AADB77

Tints of Feijoa #AADB77

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 33.46%
G = 43.11%
B = 23.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#AADB77 (or 0xAADB77) is known color: Feijoa. HEX triplet: AA, DB and 77. RGB value is (170,219,119). Sum of RGB (Red+Green+Blue) = 170+219+119=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB77 is #552488. Grayscale: #C1C1C1. Windows color (decimal): -5579913 or 7855018. OLE color: 7855018.

HSL color Cylindrical-coordinate representation of color #AADB77: hue angle of 89.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AADB77 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 119 -
CMYK 0.22 0 0.46 0.14
HSL 89.4º 0.58% 0.66% -
HSV(B) 89.4º 0.46% 0.86% -
XYZ 45.24 60.54 26.75 -
YUV 192.95 86.27 111.63 -
System Red Green Blue C M Y K H S L
Decimal 170 219 119 0.22 0 0.46 0.14 89.4 0.58 0.66
Hex AA DB 77 16 0 2E E 59 3A 42
Octal 252 333 167 26 0 56 16 131 72 102
Binary 10101010 11011011 1110111 10110 0 101110 1110 1011001 111010 1000010

Color Harmonies of #AADB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB77

Black with #AADB77

Text Example


Text Example

White with #AADB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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