Html Css Color HEX #AADA8E Feijoa

📋 copy color: '#AADA8E'

red 170 ◦ green 218 ◦ blue 142

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

Shades of Feijoa #AADA8E

Tints of Feijoa #AADA8E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 32.08%
G = 41.13%
B = 26.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#AADA8E (or 0xAADA8E) is known color: Feijoa. HEX triplet: AA, DA and 8E. RGB value is (170,218,142). Sum of RGB (Red+Green+Blue) = 170+218+142=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA8E is #552571. Grayscale: #C3C3C3. Windows color (decimal): -5580146 or 9362090. OLE color: 9362090.

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

Color convert

RGB 170 218 142 -
CMYK 0.22 0 0.35 0.15
HSL 97.89º 0.51% 0.71% -
HSV(B) 97.89º 0.35% 0.85% -
XYZ 46.53 60.64 34.84 -
YUV 194.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 170 218 142 0.22 0 0.35 0.15 97.89 0.51 0.71
Hex AA DA 8E 16 0 23 F 62 33 47
Octal 252 332 216 26 0 43 17 142 63 107
Binary 10101010 11011010 10001110 10110 0 100011 1111 1100010 110011 1000111

Color Harmonies of #AADA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA8E

Black with #AADA8E

Text Example


Text Example

White with #AADA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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