Html Css Color HEX #AADC8F Feijoa

📋 copy color: '#AADC8F'

red 170 ◦ green 220 ◦ blue 143

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

Shades of Feijoa #AADC8F

Tints of Feijoa #AADC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.83%

R = 31.89%
G = 41.28%
B = 26.83%

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

#AADC8F (or 0xAADC8F) is known color: Feijoa. HEX triplet: AA, DC and 8F. RGB value is (170,220,143). Sum of RGB (Red+Green+Blue) = 170+220+143=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8F is #552370. Grayscale: #C4C4C4. Windows color (decimal): -5579633 or 9428138. OLE color: 9428138.

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

Color convert

RGB 170 220 143 -
CMYK 0.23 0 0.35 0.14
HSL 98.96º 0.52% 0.71% -
HSV(B) 98.96º 0.35% 0.86% -
XYZ 47.13 61.72 35.41 -
YUV 196.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 170 220 143 0.23 0 0.35 0.14 98.96 0.52 0.71
Hex AA DC 8F 17 0 23 E 63 34 47
Octal 252 334 217 27 0 43 16 143 64 107
Binary 10101010 11011100 10001111 10111 0 100011 1110 1100011 110100 1000111

Color Harmonies of #AADC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC8F

Black with #AADC8F

Text Example


Text Example

White with #AADC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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