Html Css Color HEX #AADA90 Feijoa

📋 copy color: '#AADA90'

red 170 ◦ green 218 ◦ blue 144

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

Shades of Feijoa #AADA90

Tints of Feijoa #AADA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.07%

R = 31.95%
G = 40.98%
B = 27.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#AADA90 (or 0xAADA90) is known color: Feijoa. HEX triplet: AA, DA and 90. RGB value is (170,218,144). Sum of RGB (Red+Green+Blue) = 170+218+144=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA90 is #55256F. Grayscale: #C3C3C3. Windows color (decimal): -5580144 or 9493162. OLE color: 9493162.

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

Color convert

RGB 170 218 144 -
CMYK 0.22 0 0.34 0.15
HSL 98.92º 0.5% 0.71% -
HSV(B) 98.92º 0.34% 0.85% -
XYZ 46.68 60.7 35.64 -
YUV 195.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 170 218 144 0.22 0 0.34 0.15 98.92 0.5 0.71
Hex AA DA 90 16 0 22 F 63 32 47
Octal 252 332 220 26 0 42 17 143 62 107
Binary 10101010 11011010 10010000 10110 0 100010 1111 1100011 110010 1000111

Color Harmonies of #AADA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA90

Black with #AADA90

Text Example


Text Example

White with #AADA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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