Html Css Color HEX #AADB8E Feijoa

📋 copy color: '#AADB8E'

red 170 ◦ green 219 ◦ blue 142

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

Shades of Feijoa #AADB8E

Tints of Feijoa #AADB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.74%

R = 32.02%
G = 41.24%
B = 26.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#AADB8E (or 0xAADB8E) is known color: Feijoa. HEX triplet: AA, DB and 8E. RGB value is (170,219,142). Sum of RGB (Red+Green+Blue) = 170+219+142=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB8E is #552471. Grayscale: #C3C3C3. Windows color (decimal): -5579890 or 9362346. OLE color: 9362346.

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

Color convert

RGB 170 219 142 -
CMYK 0.22 0 0.35 0.14
HSL 98.18º 0.52% 0.71% -
HSV(B) 98.18º 0.35% 0.86% -
XYZ 46.79 61.16 34.93 -
YUV 195.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 170 219 142 0.22 0 0.35 0.14 98.18 0.52 0.71
Hex AA DB 8E 16 0 23 E 62 34 47
Octal 252 333 216 26 0 43 16 142 64 107
Binary 10101010 11011011 10001110 10110 0 100011 1110 1100010 110100 1000111

Color Harmonies of #AADB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB8E

Black with #AADB8E

Text Example


Text Example

White with #AADB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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