Html Css Color HEX #AADB85 Feijoa

📋 copy color: '#AADB85'

red 170 ◦ green 219 ◦ blue 133

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

Shades of Feijoa #AADB85

Tints of Feijoa #AADB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 32.57%
G = 41.95%
B = 25.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#AADB85 (or 0xAADB85) is known color: Feijoa. HEX triplet: AA, DB and 85. RGB value is (170,219,133). Sum of RGB (Red+Green+Blue) = 170+219+133=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB85 is #55247A. Grayscale: #C2C2C2. Windows color (decimal): -5579899 or 8772522. OLE color: 8772522.

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

Color convert

RGB 170 219 133 -
CMYK 0.22 0 0.39 0.14
HSL 94.19º 0.54% 0.69% -
HSV(B) 94.19º 0.39% 0.86% -
XYZ 46.14 60.9 31.51 -
YUV 194.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 170 219 133 0.22 0 0.39 0.14 94.19 0.54 0.69
Hex AA DB 85 16 0 27 E 5E 36 45
Octal 252 333 205 26 0 47 16 136 66 105
Binary 10101010 11011011 10000101 10110 0 100111 1110 1011110 110110 1000101

Color Harmonies of #AADB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB85

Black with #AADB85

Text Example


Text Example

White with #AADB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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