Html Css Color HEX #A7DB86 Feijoa

📋 copy color: '#A7DB86'

red 167 ◦ green 219 ◦ blue 134

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

Shades of Feijoa #A7DB86

Tints of Feijoa #A7DB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.12%

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

R = 32.12%
G = 42.12%
B = 25.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#A7DB86 (or 0xA7DB86) is known color: Feijoa. HEX triplet: A7, DB and 86. RGB value is (167,219,134). Sum of RGB (Red+Green+Blue) = 167+219+134=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB86 is #582479. Grayscale: #C2C2C2. Windows color (decimal): -5776506 or 8838055. OLE color: 8838055.

HSL color Cylindrical-coordinate representation of color #A7DB86: hue angle of 96.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7DB86 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 219 134 -
CMYK 0.24 0 0.39 0.14
HSL 96.71º 0.54% 0.69% -
HSV(B) 96.71º 0.39% 0.86% -
XYZ 45.57 60.6 31.85 -
YUV 193.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 167 219 134 0.24 0 0.39 0.14 96.71 0.54 0.69
Hex A7 DB 86 18 0 27 E 61 36 45
Octal 247 333 206 30 0 47 16 141 66 105
Binary 10100111 11011011 10000110 11000 0 100111 1110 1100001 110110 1000101

Color Harmonies of #A7DB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DB86

Black with #A7DB86

Text Example


Text Example

White with #A7DB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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