Html Css Color HEX #ADD886 Feijoa

📋 copy color: '#ADD886'

red 173 ◦ green 216 ◦ blue 134

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

Shades of Feijoa #ADD886

Tints of Feijoa #ADD886

RGB

 RED value IS 173 (67.97% from 255) = 33.08%

 GREEN value IS 216 (84.77% from 255) = 41.3%

 BLUE value IS 134 (52.73% from 255) = 25.62%

R = 33.08%
G = 41.3%
B = 25.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#ADD886 (or 0xADD886) is known color: Feijoa. HEX triplet: AD, D8 and 86. RGB value is (173,216,134). Sum of RGB (Red+Green+Blue) = 173+216+134=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD886 is #522779. Grayscale: #C2C2C2. Windows color (decimal): -5384058 or 8837293. OLE color: 8837293.

HSL color Cylindrical-coordinate representation of color #ADD886: hue angle of 91.46º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD886 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 134 -
CMYK 0.20 0 0.38 0.15
HSL 91.46º 0.51% 0.69% -
HSV(B) 91.46º 0.38% 0.85% -
XYZ 46.09 59.72 31.65 -
YUV 193.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 173 216 134 0.20 0 0.38 0.15 91.46 0.51 0.69
Hex AD D8 86 14 0 26 F 5B 33 45
Octal 255 330 206 24 0 46 17 133 63 105
Binary 10101101 11011000 10000110 10100 0 100110 1111 1011011 110011 1000101

Color Harmonies of #ADD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD886

Black with #ADD886

Text Example


Text Example

White with #ADD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD886; }

 p { color: rgb(173,216,134); }

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

background-color css

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

 a { background-color: rgb(173,216,134); }

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

border-color css

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

 span { border-color: rgb(173,216,134); }

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