Html Css Color HEX #A7D886 Feijoa

📋 copy color: '#A7D886'

red 167 ◦ green 216 ◦ blue 134

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

Shades of Feijoa #A7D886

Tints of Feijoa #A7D886

RGB

 RED value IS 167 (65.63% from 255) = 32.3%

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

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

R = 32.3%
G = 41.78%
B = 25.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#A7D886 (or 0xA7D886) is known color: Feijoa. HEX triplet: A7, D8 and 86. RGB value is (167,216,134). Sum of RGB (Red+Green+Blue) = 167+216+134=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D886 is #582779. Grayscale: #C0C0C0. Windows color (decimal): -5777274 or 8837287. OLE color: 8837287.

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

Color convert

RGB 167 216 134 -
CMYK 0.23 0 0.38 0.15
HSL 95.85º 0.51% 0.69% -
HSV(B) 95.85º 0.38% 0.85% -
XYZ 44.8 59.05 31.59 -
YUV 192 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 167 216 134 0.23 0 0.38 0.15 95.85 0.51 0.69
Hex A7 D8 86 17 0 26 F 60 33 45
Octal 247 330 206 27 0 46 17 140 63 105
Binary 10100111 11011000 10000110 10111 0 100110 1111 1100000 110011 1000101

Color Harmonies of #A7D886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D886

Black with #A7D886

Text Example


Text Example

White with #A7D886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D886; }

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

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

background-color css

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

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

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

border-color css

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

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

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