Html Css Color HEX #A7DB6F Feijoa

📋 copy color: '#A7DB6F'

red 167 ◦ green 219 ◦ blue 111

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

Shades of Feijoa #A7DB6F

Tints of Feijoa #A7DB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.33%

R = 33.6%
G = 44.06%
B = 22.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#A7DB6F (or 0xA7DB6F) is known color: Feijoa. HEX triplet: A7, DB and 6F. RGB value is (167,219,111). Sum of RGB (Red+Green+Blue) = 167+219+111=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB6F is #582490. Grayscale: #BFBFBF. Windows color (decimal): -5776529 or 7330727. OLE color: 7330727.

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

Color convert

RGB 167 219 111 -
CMYK 0.24 0 0.49 0.14
HSL 88.89º 0.6% 0.65% -
HSV(B) 88.89º 0.49% 0.86% -
XYZ 44.14 60.03 24.3 -
YUV 191.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 167 219 111 0.24 0 0.49 0.14 88.89 0.6 0.65
Hex A7 DB 6F 18 0 31 E 59 3C 41
Octal 247 333 157 30 0 61 16 131 74 101
Binary 10100111 11011011 1101111 11000 0 110001 1110 1011001 111100 1000001

Color Harmonies of #A7DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DB6F

Black with #A7DB6F

Text Example


Text Example

White with #A7DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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