Html Css Color HEX #AADA7E Feijoa

📋 copy color: '#AADA7E'

red 170 ◦ green 218 ◦ blue 126

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

Shades of Feijoa #AADA7E

Tints of Feijoa #AADA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 33.07%
G = 42.41%
B = 24.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#AADA7E (or 0xAADA7E) is known color: Feijoa. HEX triplet: AA, DA and 7E. RGB value is (170,218,126). Sum of RGB (Red+Green+Blue) = 170+218+126=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA7E is #552581. Grayscale: #C1C1C1. Windows color (decimal): -5580162 or 8313514. OLE color: 8313514.

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

Color convert

RGB 170 218 126 -
CMYK 0.22 0 0.42 0.15
HSL 91.3º 0.55% 0.67% -
HSV(B) 91.3º 0.42% 0.85% -
XYZ 45.41 60.2 28.96 -
YUV 193.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 170 218 126 0.22 0 0.42 0.15 91.3 0.55 0.67
Hex AA DA 7E 16 0 2A F 5B 37 43
Octal 252 332 176 26 0 52 17 133 67 103
Binary 10101010 11011010 1111110 10110 0 101010 1111 1011011 110111 1000011

Color Harmonies of #AADA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA7E

Black with #AADA7E

Text Example


Text Example

White with #AADA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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