Html Css Color HEX #A7D086 Feijoa

📋 copy color: '#A7D086'

red 167 ◦ green 208 ◦ blue 134

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

Shades of Feijoa #A7D086

Tints of Feijoa #A7D086

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

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

R = 32.81%
G = 40.86%
B = 26.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#A7D086 (or 0xA7D086) is known color: Feijoa. HEX triplet: A7, D0 and 86. RGB value is (167,208,134). Sum of RGB (Red+Green+Blue) = 167+208+134=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D086 is #582F79. Grayscale: #BBBBBB. Windows color (decimal): -5779322 or 8835239. OLE color: 8835239.

HSL color Cylindrical-coordinate representation of color #A7D086: hue angle of 93.24º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7D086 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 134 -
CMYK 0.20 0 0.36 0.18
HSL 93.24º 0.44% 0.67% -
HSV(B) 93.24º 0.36% 0.82% -
XYZ 42.8 55.05 30.92 -
YUV 187.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 167 208 134 0.20 0 0.36 0.18 93.24 0.44 0.67
Hex A7 D0 86 14 0 24 12 5D 2C 43
Octal 247 320 206 24 0 44 22 135 54 103
Binary 10100111 11010000 10000110 10100 0 100100 10010 1011101 101100 1000011

Color Harmonies of #A7D086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D086

Black with #A7D086

Text Example


Text Example

White with #A7D086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D086; }

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

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

background-color css

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

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

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

border-color css

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

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

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