Html Css Color HEX #AADD8F Feijoa

📋 copy color: '#AADD8F'

red 170 ◦ green 221 ◦ blue 143

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

Shades of Feijoa #AADD8F

Tints of Feijoa #AADD8F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

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

R = 31.84%
G = 41.39%
B = 26.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#AADD8F (or 0xAADD8F) is known color: Feijoa. HEX triplet: AA, DD and 8F. RGB value is (170,221,143). Sum of RGB (Red+Green+Blue) = 170+221+143=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD8F is #552270. Grayscale: #C5C5C5. Windows color (decimal): -5579377 or 9428394. OLE color: 9428394.

HSL color Cylindrical-coordinate representation of color #AADD8F: hue angle of 99.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AADD8F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 143 -
CMYK 0.23 0 0.35 0.13
HSL 99.23º 0.53% 0.71% -
HSV(B) 99.23º 0.35% 0.87% -
XYZ 47.39 62.24 35.5 -
YUV 196.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 170 221 143 0.23 0 0.35 0.13 99.23 0.53 0.71
Hex AA DD 8F 17 0 23 D 63 35 47
Octal 252 335 217 27 0 43 15 143 65 107
Binary 10101010 11011101 10001111 10111 0 100011 1101 1100011 110101 1000111

Color Harmonies of #AADD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD8F

Black with #AADD8F

Text Example


Text Example

White with #AADD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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