Html Css Color HEX #AADC8E Feijoa

📋 copy color: '#AADC8E'

red 170 ◦ green 220 ◦ blue 142

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

Shades of Feijoa #AADC8E

Tints of Feijoa #AADC8E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 31.95%
G = 41.35%
B = 26.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#AADC8E (or 0xAADC8E) is known color: Feijoa. HEX triplet: AA, DC and 8E. RGB value is (170,220,142). Sum of RGB (Red+Green+Blue) = 170+220+142=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8E is #552371. Grayscale: #C4C4C4. Windows color (decimal): -5579634 or 9362602. OLE color: 9362602.

HSL color Cylindrical-coordinate representation of color #AADC8E: hue angle of 98.46º degrees, saturation: 0.53, 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 #AADC8E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 142 -
CMYK 0.23 0 0.35 0.14
HSL 98.46º 0.53% 0.71% -
HSV(B) 98.46º 0.35% 0.86% -
XYZ 47.05 61.69 35.02 -
YUV 196.16 97.44 109.34 -
System Red Green Blue C M Y K H S L
Decimal 170 220 142 0.23 0 0.35 0.14 98.46 0.53 0.71
Hex AA DC 8E 17 0 23 E 62 35 47
Octal 252 334 216 27 0 43 16 142 65 107
Binary 10101010 11011100 10001110 10111 0 100011 1110 1100010 110101 1000111

Color Harmonies of #AADC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC8E

Black with #AADC8E

Text Example


Text Example

White with #AADC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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